jcb-compiler/src/e6a64c41-405e-4bbc-9722-274...
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 Fields (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Fields  #Gold {
  # Config $config
  # Registry $registry
  # HistoryInterface $history
  # Customcode $customcode
  # Field $field
  # FieldName $fieldName
  # FieldGroups $fieldGroups
  # UpdateSql $updateSql
  # CMSApplication $app
  + __construct(?Config $config = null, ?Registry $registry = null, ...)
  + set(object $item) : void
}

note right of Fields::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Config $config = null
    ?Registry $registry = null
    ?HistoryInterface $history = null
    ?Customcode $customcode = null
    ?Field $field = null
    ?FieldName $fieldName = null
    ?FieldGroups $fieldGroups = null
    ?UpdateSql $updateSql = null
    ?CMSApplication $app = null
end note

note right of Fields::set
  Set fields

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder