jcb-compiler/src/05448890-e324-41a0-b6db-d804bfc241cc/README.md

75 lines
2.3 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# final class FieldsetString (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Creator**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
class FieldsetString << (F,LightGreen) >> #RoyalBlue {
# Config $config
# Placeholder $placeholder
# Language $language
# Event $event
# Permission $permission
# FieldDynamic $fielddynamic
# FieldNames $fieldnames
# AccessSwitch $accessswitch
# MetaData $metadata
# Layout $layout
# Counter $counter
+ __construct(Config $config, Placeholder $placeholder, ...)
+ get(array $view, string $component, ...) : string
2023-03-21 22:52:57 +00:00
}
2023-10-04 18:28:29 +00:00
note right of FieldsetString::__construct
Constructor.
since: 3.2.0
arguments:
2023-10-04 18:28:29 +00:00
Config $config
Placeholder $placeholder
Language $language
Event $event
Permission $permission
FieldDynamic $fielddynamic
FieldNames $fieldnames
AccessSwitch $accessswitch
MetaData $metadata
Layout $layout
Counter $counter
2023-03-21 22:52:57 +00:00
end note
2023-10-04 18:28:29 +00:00
note right of FieldsetString::get
Get a fieldset
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: string
2023-03-21 22:52:57 +00:00
arguments:
2023-10-04 18:28:29 +00:00
array $view
string $component
string $nameSingleCode
string $nameListCode
2023-03-21 22:52:57 +00:00
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)