██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
class Ajaxadmin (Details)
namespace: VDM\Joomla\Componentbuilder\Compiler\Model
@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