jcb-compiler/src/ea5ed06e-72ae-4906-9167-1cc0fa32fe69/README.md

1.9 KiB

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

class Compiler (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler\Service

@startuml
class Compiler  #Gold {
  + register(Container $container) : void
  + getConfig(Container $container) : Config
  + getRegistry(Container $container) : Registry
  + getTable(Container $container) : Table
}

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

  since: 3.2.0
  return: void
end note

note right of Compiler::getConfig
  Get the Compiler Configurations

  since: 3.2.0
  return: Config
end note

note right of Compiler::getRegistry
  Get the Compiler Registry

  since: 3.2.0
  return: Registry
end note

note right of Compiler::getTable
  Get the Table

  since: 3.2.0
  return: Table
end note
 
@enduml

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

Build with Joomla Component Builder