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

54 lines
1.8 KiB
Markdown
Raw Permalink 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
2023-10-04 18:28:29 +00:00
# SiteEditView $siteeditview
2023-03-21 22:52:57 +00:00
# Dispenser $dispenser
2023-10-04 18:28:29 +00:00
+ __construct(Config $config, SiteEditView $siteeditview, ...)
2023-03-21 22:52:57 +00:00
+ set(object $item, string $table = 'admin_view') : void
}
note right of Ajaxadmin::__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
SiteEditView $siteeditview
Dispenser $dispenser
2023-03-21 22:52:57 +00:00
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)