jcb-compiler/src/c20a63e0-0eeb-4424-9d08-b1b.../README.md

1.7 KiB

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

class Phpadminview (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Phpadminview  #Gold {
  # array $areas
  # array $guiMapper
  # Dispenser $dispenser
  # Templatelayout $templateLayout
  + __construct(?Dispenser $dispenser = null, ?Templatelayout $templateLayout = null)
  + set(object $item, string $table = 'admin_view') : void
}

note right of Phpadminview::__construct
  Constructor

  since: 3.2.0
end note

note right of Phpadminview::set
  Set PHP code

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder