jcb-compiler/src/15b4addf-bf6b-4691-9c92-858.../README.md

60 lines
1.9 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class SiteFieldData (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Creator**
```uml
@startuml
class SiteFieldData << (F,LightGreen) >> #RoyalBlue {
# Config $config
# SiteFields $sitefields
# SiteField $sitefield
# array $decode
# array $textareas
+ __construct(Config $config, SiteFields $sitefields, ...)
+ set(string $view, string $field, ...) : void
}
note right of SiteFieldData::__construct
Constructor.
since: 3.2.0
arguments:
Config $config
SiteFields $sitefields
SiteField $sitefield
end note
note right of SiteFieldData::set
set the site field data needed
return: void
arguments:
string $view
string $field
string $set
string $type
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)