jcb-compiler/src/4f575bd6-de97-41f8-80d6-259c8a6dd9ad/README.md

54 lines
1.8 KiB
Markdown
Raw Normal View History

2023-03-21 22:52:57 +00:00
```
██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
```
# class Ajaxadmin (Details)
> namespace: **VDM\Joomla\Componentbuilder\Compiler\Model**
```uml
@startuml
class Ajaxadmin #Gold {
# array $guiMapper
# Config $config
# Registry $registry
# Dispenser $dispenser
+ __construct(?Config $config = null, ?Registry $registry = null, ...)
+ set(object $item, string $table = 'admin_view') : void
}
note right of Ajaxadmin::__construct
Constructor
since: 3.2.0
arguments:
?Config $config = null
?Registry $registry = null
?Dispenser $dispenser = null
end note
note right of Ajaxadmin::set
Set Ajax Code
since: 3.2.0
return: void
end note
@enduml
```
---
```
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
```
> Build with [Joomla Component Builder](https://git.vdm.dev/joomla/Component-Builder)