jcb-compiler/src/caf33c5d-858c-4f9a-894f-ab3...
Llewellyn van der Merwe ebaeeeb4b3
first commit
2023-03-22 00:52:57 +02:00
..
README.md first commit 2023-03-22 00:52:57 +02:00
code.php first commit 2023-03-22 00:52:57 +02:00
settings.json first commit 2023-03-22 00:52:57 +02:00

README.md

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

interface FactoryInterface (Details)

namespace: VDM\Joomla\Componentbuilder\Interfaces

@startuml
interface FactoryInterface  #Lavender {
  + {static} _(string $key) : Mixed
  + {static} getContainer() : Container
}

note right of FactoryInterface::_
  Get any class from the container

  since: 3.2.0
  return: Mixed
end note

note right of FactoryInterface::getContainer
  Get the global container

  since: 3.2.0
  return: Container
end note
 
@enduml

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

Build with Joomla Component Builder