jcb-compiler/src/2bc33733-e900-4a9c-8cb3-c537aa9db785/README.md
2024-01-27 09:09:33 +02:00

53 lines
1.8 KiB
Markdown

```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# final class InputButton (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field\JoomlaThree**
```uml
@startuml
class InputButton << (F,LightGreen) >> #RoyalBlue {
# Config $config
# Placeholder $placeholder
# Permission $permission
+ __construct(Config $config, Placeholder $placeholder, ...)
+ get(array $fieldData) : string
}
note right of InputButton::__construct
Constructor.
since: 3.2.0
arguments:
Config $config
Placeholder $placeholder
Permission $permission
end note
note right of InputButton::get
get Add Button To List Field Input (getInput tweak)
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)