jcb-compiler/src/dfd3c893-0296-46eb-9ae4-a03.../README.md

1.7 KiB

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

class Javascriptadminview (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

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

note right of Javascriptadminview::__construct
  Constructor

  since: 3.2.0
end note

note right of Javascriptadminview::set
  Set Admin View Javascript

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder