jcb-compiler/src/208bc37c-0055-44df-9a34-63d...
Robot c7492eb08e
update 2024-01-27
2024-01-27 09:09:33 +02:00
..
README.md update 2024-01-27 2024-01-27 09:09:33 +02:00
code.php update 2024-01-27 2024-01-27 09:09:33 +02:00
code.power update 2024-01-27 2024-01-27 09:09:33 +02:00
settings.json update 2024-01-27 2024-01-27 09:09:33 +02:00

README.md

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

final class ConfigFieldsetsCustomfield (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class ConfigFieldsetsCustomfield << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Language $language
  # Customfield $customfield
  # ConfigFieldsets $configfieldsets
  + __construct(Config $config, Language $language, ...)
  + set(string $lang) : void
}

note right of ConfigFieldsetsCustomfield::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Language $language
    Customfield $customfield
    ConfigFieldsets $configfieldsets
end note

note right of ConfigFieldsetsCustomfield::set
  Set Custom Control Config Fieldsets

  return: void
end note
 
@enduml

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

Build with Joomla Component Builder