jcb-compiler/src/c6c30d66-3106-44eb-9272-b2c...
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 Field (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Field  #Gold {
  # $targetVersion
  + register(Container $container) : void
  + getField(Container $container) : CompilerField
  + getData(Container $container) : Data
  + getGroups(Container $container) : Groups
  + getAttributes(Container $container) : Attributes
  + getValidation(Container $container) : Validation
  + getJ3CoreValidation(Container $container) : J3CoreValidation
  + getCoreValidation(Container $container) : CoreValidationInterface
  + getCustomcode(Container $container) : Customcode
  + getFieldName(Container $container) : Name
  + getFieldTypeName(Container $container) : TypeName
  + getFieldUniqueName(Container $container) : UniqueName
  + getFieldDatabaseName(Container $container) : DatabaseName
  + getInputButton(Container $container) : InputButton
}

note right of Field::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note left of Field::getField
  Get the Compiler Field

  since: 3.2.0
  return: CompilerField
end note

note right of Field::getData
  Get the Compiler Field Data

  since: 3.2.0
  return: Data
end note

note left of Field::getGroups
  Get the Compiler Field Groups

  since: 3.2.0
  return: Groups
end note

note right of Field::getAttributes
  Get the Compiler Field Attributes

  since: 3.2.0
  return: Attributes
end note

note left of Field::getValidation
  Get the Compiler Field Validation

  since: 3.2.0
  return: Validation
end note

note right of Field::getJ3CoreValidation
  Get the Compiler Field Joomla 3 Validation

  since: 3.2.0
  return: J3CoreValidation
end note

note left of Field::getCoreValidation
  Get the Compiler Field Core Validation

  since: 3.2.0
  return: CoreValidationInterface
end note

note right of Field::getCustomcode
  Get the Compiler Field Customcode

  since: 3.2.0
  return: Customcode
end note

note left of Field::getFieldName
  Get the Compiler Field Name

  since: 3.2.0
  return: Name
end note

note right of Field::getFieldTypeName
  Get the Compiler Field Type Name

  since: 3.2.0
  return: TypeName
end note

note left of Field::getFieldUniqueName
  Get the Compiler Field Unique Name

  since: 3.2.0
  return: UniqueName
end note

note right of Field::getFieldDatabaseName
  Get the Compiler Field Database Name

  since: 3.2.0
  return: DatabaseName
end note

note left of Field::getInputButton
  Get The InputButton Class.

  since: 3.2.0
  return: InputButton
end note
 
@enduml

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

Build with Joomla Component Builder