jcb-compiler/src/31c8127c-0d42-4e09-be81-7cf243c5b30f/README.md

57 lines
2.0 KiB
Markdown
Raw Permalink Normal View History

2024-01-27 07:09:33 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class ConfigFieldsetsGooglechart (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Creator**
```uml
@startuml
class ConfigFieldsetsGooglechart << (F,LightGreen) >> #RoyalBlue {
# Config $config
# Language $language
# ConfigFieldsets $configfieldsets
# Customfield $customfield
# ExtensionsParams $extensionsparams
+ __construct(Config $config, Language $language, ...)
+ set(string $lang) : void
}
note right of ConfigFieldsetsGooglechart::__construct
Constructor.
since: 3.2.0
arguments:
Config $config
Language $language
ConfigFieldsets $configfieldsets
Customfield $customfield
ExtensionsParams $extensionsparams
end note
note right of ConfigFieldsetsGooglechart::set
Set Email Helper Config Fieldsets
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)