jcb-compiler/src/aac8502a-dbdf-42b6-a9ba-2c2...
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 ConfigFieldsetsSiteControl (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Creator

@startuml
class ConfigFieldsetsSiteControl << (F,LightGreen) >> #RoyalBlue {
  # Component $component
  # ConfigFieldsets $configfieldsets
  # Customfield $customfield
  # HasMenuGlobal $hasmenuglobal
  # FrontendParams $frontendparams
  # Request $request
  + __construct(Component $component, ConfigFieldsets $configfieldsets, ...)
  + set(string $lang) : void
}

note right of ConfigFieldsetsSiteControl::__construct
  Constructor.

  since: 3.2.0
  
  arguments:
    Component $component
    ConfigFieldsets $configfieldsets
    Customfield $customfield
    HasMenuGlobal $hasmenuglobal
    FrontendParams $frontendparams
    Request $request
end note

note right of ConfigFieldsetsSiteControl::set
  Set Site Control Config Fieldsets

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder