interface ConfigInterface implements ContainerAwareInterface

Class ConfigInterface.

Methods

ContainerInterface
getContainer()

Getter for container property.

bool
hasContainer()

Checker for container property.

mixed
getContainerParameter( string $parameter)

Get a parameter from the container.

bool
hasContainerParameter( string $parameter)

Checks if the container parameter exists.

mixed
getContainerService( string $service)

Get a service from the container.

bool
hasContainerService( string $service)

Checks if the container service exists.

null|mixed
get( string $parameterId)

No description

bool
has( string $parameterId)

No description

Details

in ContainerAwareInterface at line line 28
ContainerInterface getContainer()

Getter for container property.

Return Value

ContainerInterface

in ContainerAwareInterface at line line 35
bool hasContainer()

Checker for container property.

Return Value

bool

in ContainerAwareInterface at line line 44
mixed getContainerParameter( string $parameter)

Get a parameter from the container.

Parameters

string $parameter

Return Value

mixed

in ContainerAwareInterface at line line 53
bool hasContainerParameter( string $parameter)

Checks if the container parameter exists.

Parameters

string $parameter

Return Value

bool

in ContainerAwareInterface at line line 62
mixed getContainerService( string $service)

Get a service from the container.

Parameters

string $service

Return Value

mixed

in ContainerAwareInterface at line line 71
bool hasContainerService( string $service)

Checks if the container service exists.

Parameters

string $service

Return Value

bool

at line line 27
null|mixed get( string $parameterId)

Parameters

string $parameterId

Return Value

null|mixed

at line line 34
bool has( string $parameterId)

Parameters

string $parameterId

Return Value

bool