jcb-compiler/src/cebdcccb-24c5-46db-92de-634...
Llewellyn van der Merwe 8d4935414b
Adds the code.power needed for importing, and more.
2023-04-13 17:44:10 +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
code.power Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
settings.json first commit 2023-03-22 00:52:57 +02:00

README.md

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

class Adminviews (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Model

@startuml
class Adminviews  #Gold {
  # Adminview $admin
  # Registry $registry
  # Config $config
  + __construct(?Adminview $admin = null, ?Registry $registry = null, ...)
  + set(object $item) : void
}

note right of Adminviews::__construct
  Constructor

  since: 3.2.0
  
  arguments:
    ?Adminview $admin = null
    ?Registry $registry = null
    ?Config $config = null
end note

note right of Adminviews::set
  Set admin view data

  since: 3.2.0
  return: void
end note
 
@enduml

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

Build with Joomla Component Builder