super-powers/src/caf33c5d-858c-4f9a-894f-ab3...
Robot 070577e303
update 2023-07-04 08:26:01
2023-07-04 08:26:08 +02:00
..
README.md update 2023-07-04 08:26:01 2023-07-04 08:26:08 +02:00
code.php update 2023-07-04 08:26:01 2023-07-04 08:26:08 +02:00
code.power update 2023-07-04 08:26:01 2023-07-04 08:26:08 +02:00
settings.json update 2023-07-04 08:26:01 2023-07-04 08:26:08 +02:00

README.md

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

interface FactoryInterface (Details)

namespace: VDM\Joomla\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