jcb-compiler/src/4f575bd6-de97-41f8-80d6-259...
Llewellyn van der Merwe ebaeeeb4b3
first commit
2023-03-22 00:52:57 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
settings.json first commit 2023-03-22 00:52:57 +02:00

README.md

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

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