jcb-compiler/src/592aed4e-2c5f-4fc5-8f7a-409.../README.md

1.7 KiB

██████╗  ██████╗ ██╗    ██╗███████╗██████╗
██╔══██╗██╔═══██╗██║    ██║██╔════╝██╔══██╗
██████╔╝██║   ██║██║ █╗ ██║█████╗  ██████╔╝
██╔═══╝ ██║   ██║██║███╗██║██╔══╝  ██╔══██╗
██║     ╚██████╔╝╚███╔███╔╝███████╗██║  ██║
╚═╝      ╚═════╝  ╚══╝╚══╝ ╚══════╝╚═╝  ╚═╝

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