jcb-compiler/src/d910d8b8-4c23-4f3e-8cda-438f2d2bd7ac
2023-04-13 17:44:10 +02:00
..
code.php Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00
code.power 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
settings.json Adds the code.power needed for importing, and more. 2023-04-13 17:44:10 +02:00

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

abstract class Factory (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler

@startuml
abstract Factory  #Orange {
  # static $container
  # static $JoomlaVersion
  + {static} _(string $key) : mixed
  + {static} _J(string $key) : mixed
  + {static} getContainer() : Container
  # {static} createContainer() : Container
}

note right of Factory::_
  Get any class from the compiler container

  since: 3.2.0
  return: mixed
end note

note right of Factory::_J
  Get version specific class from the compiler container

  since: 3.2.0
  return: mixed
end note

note right of Factory::getContainer
  Get the global compiler container

  since: 3.2.0
  return: Container
end note

note right of Factory::createContainer
  Create a container object

  since: 3.2.0
  return: Container
end note
 
@enduml

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

Build with Joomla Component Builder