jcb-compiler/src/0fe3133d-1ff3-4444-9229-421...
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 ConfigFieldsetsGlobal (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class ConfigFieldsetsGlobal << (F,LightGreen) >> #RoyalBlue {
  # Config $config
  # Language $language
  # Component $component
  # Contributors $contributors
  # ConfigFieldsets $configfieldsets
  # ExtensionsParams $extensionsparams
  # Customfield $customfield
  + __construct(Config $config, Language $language, ...)
  + set(string $lang, string $authorName, ...) : void
}

note right of ConfigFieldsetsGlobal::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Config $config
    Language $language
    Component $component
    Contributors $contributors
    ConfigFieldsets $configfieldsets
    ExtensionsParams $extensionsparams
    Customfield $customfield
end note

note right of ConfigFieldsetsGlobal::set
  Set Global Config Fieldsets

  since: 3.2.0
  return: void
  
  arguments:
    string $lang
    string $authorName
    string $authorEmail
end note
 
@enduml

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

Build with Joomla Component Builder