jcb-compiler/src/253317c7-3c3b-48a0-aec8-8af.../README.md

1.8 KiB

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

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