ZfExtensionManagerSfContainer
class ZfExtensionManagerSfContainer implements ExtensionManagerInterface, ExtensionManagerInterface, ContainerAwareInterface (View source)
Defines a bridge between the Laminas service manager to Symfony container.
Properties
| protected array | $canonicalNamesReplacements | A map of characters to be replaced through strtr. |
|
| protected string | $prefix | The prefix to be used when retrieving plugins from the container. |
|
| protected ContainerInterface | $container | The service container. |
|
| protected string[] | $canonicalNames | A local cache of computed canonical names. |
|
| protected ExtensionManagerInterface|ExtensionManagerInterface | $standalone |
Methods
Constructs a ZfExtensionManagerSfContainer object.
{@inheritdoc}
{@inheritdoc}
Canonicalize the extension name to a service name.
{@inheritdoc}
No description
Details
__construct(string $prefix = '')
Constructs a ZfExtensionManagerSfContainer object.
get($extension)
{@inheritdoc}
has($extension)
{@inheritdoc}
protected string
canonicalizeName(string $name)
Canonicalize the extension name to a service name.
This method is based on Laminas service manager.
setContainer(ContainerInterface $container = NULL)
{@inheritdoc}
setStandalone($class)
No description