jcb-compiler/src/f48764e0-16c6-459c-8576-af7616f3b720/README.md

58 lines
1.9 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
2023-10-04 18:28:29 +00:00
# final class FieldAsString (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 FieldAsString << (F,LightGreen) >> #RoyalBlue {
# FieldDynamic $fielddynamic
# Xml $xml
+ __construct(FieldDynamic $fielddynamic, Xml $xml)
+ get(array $field, array $view, ...) : string
2023-03-21 22:52:57 +00:00
}
2023-10-04 18:28:29 +00:00
note right of FieldAsString::__construct
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
end note
2023-10-04 18:28:29 +00:00
note right of FieldAsString::get
Get field as a string (no matter the build type)
2023-03-21 22:52:57 +00:00
since: 3.2.0
2023-10-04 18:28:29 +00:00
return: string
arguments:
array $field
array $view
int $viewType
string $langView
string $nameSingleCode
string $nameListCode
array $placeholders
string $dbkey
bool $build = false
2023-03-21 22:52:57 +00:00
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)