ConfigContainer
class ConfigContainer implements ConfigInterface
Class ConfigContainer.
Traits
Class ContainerAwareTrait.
Methods
mixed
getContainerParameter(
string $parameter)
Get a parameter from the container.
from ContainerAwareTrait
bool
hasContainerParameter(
string $parameter)
Checks if the container parameter exists.
from ContainerAwareTrait
mixed
getContainerService(
string $service)
Get a service from the container.
from ContainerAwareTrait
bool
hasContainerService(
string $service)
Checks if the container service exists.
from ContainerAwareTrait
__construct(
ContainerInterface $container)
No description
null|mixed
get(
string $parameterId)
No description
bool
has(
string $parameterId)
No description
Details
in ContainerAwareTrait at line line 34
setContainer(
ContainerInterface $container = null)
Sets the container.
in ContainerAwareTrait at line line 44
ContainerInterface
getContainer()
Getter for container property.
in ContainerAwareTrait at line line 54
bool
hasContainer()
Checker for container property.
in ContainerAwareTrait at line line 68
mixed
getContainerParameter(
string $parameter)
Get a parameter from the container.
in ContainerAwareTrait at line line 86
bool
hasContainerParameter(
string $parameter)
Checks if the container parameter exists.
in ContainerAwareTrait at line line 100
mixed
getContainerService(
string $service)
Get a service from the container.
in ContainerAwareTrait at line line 118
bool
hasContainerService(
string $service)
Checks if the container service exists.