jcb-compiler/src/99368a6f-2f64-4d4e-ad3a-544.../README.md

52 lines
1.7 KiB
Markdown
Raw Permalink Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class DatabaseName (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Field**
```uml
@startuml
class DatabaseName #Gold {
2023-10-04 18:28:29 +00:00
# Lists $lists
2023-03-21 22:52:57 +00:00
# Registry $registry
2023-10-04 18:28:29 +00:00
+ __construct(Lists $lists, Registry $registry)
2023-03-21 22:52:57 +00:00
+ get(string $nameListCode, int $fieldId, ...) : ?string
}
note right of DatabaseName::__construct
2023-10-04 18:28:29 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
end note
note right of DatabaseName::get
get the field database name and AS prefix
since: 3.2.0
return: ?string
arguments:
string $nameListCode
int $fieldId
string $targetArea = 'builder.list'
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)