jcb-compiler/src/aac8502a-dbdf-42b6-a9ba-2c2e941f8b11/README.md
2024-01-27 09:09:33 +02:00

59 lines
2.0 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class ConfigFieldsetsSiteControl (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Creator**
```uml
@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](https://git.vdm.dev/joomla/Component-Builder)