jcb-compiler/src/55e61314-ba10-4e2b-92dd-b44adebabce9/README.md

1.6 KiB

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

class Conditions (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

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

note right of Conditions::__construct
  Constructor

  since: 3.2.0
end note

note right of Conditions::set
  Set the conditions

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder