super-powers/src/caf33c5d-858c-4f9a-894f-ab3.../README.md

1.6 KiB

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

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