██████╗ ██████╗ ██╗ ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║ ██║██╔════╝██╔══██╗
██████╔╝██║ ██║██║ █╗ ██║█████╗ ██████╔╝
██╔═══╝ ██║ ██║██║███╗██║██╔══╝ ██╔══██╗
██║ ╚██████╔╝╚███╔███╔╝███████╗██║ ██║
╚═╝ ╚═════╝ ╚══╝╚══╝ ╚══════╝╚═╝ ╚═╝
class Ajaxcustomview (Details)
namespace: VDM\Joomla\Componentbuilder\Compiler\Model
@startuml
class Ajaxcustomview #Gold {
# array $guiMapper
# Config $config
# Dispenser $dispenser
+ __construct(?Config $config = null, ?Dispenser $dispenser = null)
+ set(object $item, string $table = 'site_view') : void
}
note right of Ajaxcustomview::__construct
Constructor
since: 3.2.0
end note
note right of Ajaxcustomview::set
Set Ajax Code
since: 3.2.0
return: void
end note
@enduml
██╗ ██████╗██████╗
██║██╔════╝██╔══██╗
██║██║ ██████╔╝
██ ██║██║ ██╔══██╗
╚█████╔╝╚██████╗██████╔╝
╚════╝ ╚═════╝╚═════╝
Build with Joomla Component Builder