jcb-compiler/src/d910d8b8-4c23-4f3e-8cda-438...
Robot 669536f1e6
update 2024-04-07 13:20:18
2024-04-07 13:20:25 +02:00
..
README.md update 2023-10-10 10:16:07 2023-10-10 11:39:16 +02:00
code.php update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00
code.power update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00
settings.json update 2024-04-07 13:20:18 2024-04-07 13:20:25 +02:00

README.md

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

abstract class Factory (Details)

namespace: VDM\Joomla\Componentbuilder\Compiler

@startuml
abstract Factory  #Orange {
  + {static} _(string $key) : mixed
  + {static} getKeys() : array
  + {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::getKeys
  Get array of all keys in container

  since: 3.2.0
  return: array
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