jcb-compiler/src/0fe3133d-1ff3-4444-9229-4218d8fb338e/README.md
2024-01-27 09:09:33 +02:00

66 lines
2.1 KiB
Markdown

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