jcb-compiler/src/253317c7-3c3b-48a0-aec8-8af...
Robot 1ba2cdbd9d
update 2023-10-10 10:16:07
2023-10-10 11:39:16 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
code.power update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
settings.json update 2023-04-15 16:49:30 2023-04-15 16:49:36 +02:00

README.md

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

class Library (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Library  #Gold {
  + register(Container $container) : void
  + getData(Container $container) : Data
  + getStructure(Container $container) : Structure
}

note right of Library::register
  Registers the service provider with a DI container.

  since: 3.2.0
  return: void
end note

note right of Library::getData
  Get the Compiler Library Data

  since: 3.2.0
  return: Data
end note

note right of Library::getStructure
  Get the Compiler Library Structure Builder

  since: 3.2.0
  return: Structure
end note
 
@enduml

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

Build with Joomla Component Builder