jcb-compiler/src/55e61314-ba10-4e2b-92dd-b44...
Robot dc62360576
update 2023-10-04 18:35:53
2023-10-04 20:28:29 +02:00
..
README.md update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.php update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
code.power update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00
settings.json update 2023-10-04 18:35:53 2023-10-04 20:28:29 +02:00

README.md

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

class Conditions (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Conditions  #Gold {
  # TypeName $typeName
  # FieldName $fieldName
  # FieldGroups $fieldGroups
  + __construct(?TypeName $typeName = null, ?FieldName $fieldName = null, ...)
  + set(object $item) : void
}

note right of Conditions::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?TypeName $typeName = null
    ?FieldName $fieldName = null
    ?FieldGroups $fieldGroups = null
end note

note right of Conditions::set
  Set the conditions

  since: 3.2.0
  return: void
end note
 
@enduml

     ██╗ ██████╗██████╗
     ██║██╔════╝██╔══██╗
     ██║██║     ██████╔╝
██   ██║██║     ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
 ╚════╝  ╚═════╝╚═════╝

Build with Joomla Component Builder