jcb-compiler/src/e0e24173-a808-4dd5-8e26-de9.../README.md

1.6 KiB

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

class Customadminviews (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Customadminviews  #Gold {
  # Customview $customadmin
  # Config $config
  + __construct(?Customview $customadmin = null, ?Config $config = null)
  + set(object $item) : void
}

note right of Customadminviews::__construct
  Constructor

  since: 3.2.0
end note

note right of Customadminviews::set
  Set custom admin view data

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder