jcb-compiler/src/05c49a1f-ba5b-4be1-b3d0-4a7.../README.md

69 lines
2.1 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Data (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Dynamicget**
```uml
@startuml
class Data #Gold {
# array $guiMapper
# Config $config
# Registry $registry
# EventInterface $event
# Customcode $customcode
# Dispenser $dispenser
# Gui $gui
# Dynamicget $dynamic
# \JDatabaseDriver $db
+ __construct(?Config $config = null, ?Registry $registry = null, ...)
+ get(array $ids, string $view_code, ...) : ?array
}
note right of Data::__construct
Constructor
since: 3.2.0
arguments:
?Config $config = null
?Registry $registry = null
?EventInterface $event = null
?Customcode $customcode = null
?Dispenser $dispenser = null
?Gui $gui = null
?Dynamicget $dynamic = null
?\JDatabaseDriver $db = null
end note
note right of Data::get
Get Dynamic Get Data
since: 3.2.0
return: ?array
arguments:
array $ids
string $view_code
string $context
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)