jcb-compiler/src/5b021139-dad0-4e9b-882a-2b4d807795af/README.md

72 lines
2.1 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Selection (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Dynamicget**
```uml
@startuml
class Selection #Gold {
# array $name
# Config $config
2023-10-04 18:28:29 +00:00
# GetAsLookup $getaslookup
# SiteFields $sitefields
2024-01-27 07:09:33 +00:00
# $db
2023-10-04 18:28:29 +00:00
+ __construct(Config $config, GetAsLookup $getaslookup, ...)
2023-03-21 22:52:57 +00:00
+ get(string $methodKey, string $viewCode, ...) : ?array
# name(int $id) : string
}
note right of Selection::__construct
2023-10-04 18:28:29 +00:00
Constructor.
2023-03-21 22:52:57 +00:00
since: 3.2.0
arguments:
2023-10-04 18:28:29 +00:00
Config $config
GetAsLookup $getaslookup
SiteFields $sitefields
2023-03-21 22:52:57 +00:00
end note
note right of Selection::get
Get Data Selection of the dynamic get
since: 3.2.0
return: ?array
arguments:
string $methodKey
string $viewCode
string $string
string $asset
string $as
string $type
?int $rowType = null
end note
note right of Selection::name
Get the Admin view table name
since: 3.2.0
return: string
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)