jcb-compiler/src/2d27c436-4d8e-4692-8382-d9e.../README.md

51 lines
1.8 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# interface Fieldtypeinterface (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Interfaces\Creator**
2023-03-21 22:52:57 +00:00
```uml
@startuml
2023-10-04 18:28:29 +00:00
interface Fieldtypeinterface #Lavender {
+ get(string $setType, array $fieldAttributes, ...) : mixed
2023-03-21 22:52:57 +00:00
}
2023-10-04 18:28:29 +00:00
note right of Fieldtypeinterface::get
Create a field
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: mixed
arguments:
string $setType
array $fieldAttributes
string $name
string $typeName
string $langView
string $nameSingleCode
string $nameListCode
array $placeholders
array|null $optionArray
?array $custom = null
string $taber = ''
2023-03-21 22:52:57 +00:00
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)