jcb-compiler/src/79740ee8-4d10-4b51-9ff5-18e1386ec1c6/README.md

70 lines
2.1 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Dynamicget (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
2024-07-08 21:13:02 +00:00
> extends: ****
2023-03-21 22:52:57 +00:00
```uml
@startuml
class Dynamicget #Gold {
# array $jointer
# array $operator
# array $guiMapper
# Config $config
2023-10-04 18:28:29 +00:00
# SiteDynamicGet $sitedynamicget
# SiteMainGet $sitemainget
2023-03-21 22:52:57 +00:00
# Customcode $customcode
# Gui $gui
# Placeholder $placeholder
# Selection $selection
2023-10-04 18:28:29 +00:00
+ __construct(Config $config, SiteDynamicGet $sitedynamicget, ...)
2023-03-21 22:52:57 +00:00
+ set(object $item, string $view_code, ...) : void
}
note right of Dynamicget::__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
SiteDynamicGet $sitedynamicget
SiteMainGet $sitemainget
Customcode $customcode
Gui $gui
Placeholder $placeholder
Selection $selection
2023-03-21 22:52:57 +00:00
end note
note right of Dynamicget::set
Set Dynamic Get
since: 3.2.0
return: void
arguments:
object $item
string $view_code
string $context
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)