ServiceIdDecorator

Implements \Kocuj\Di\ServiceIdDecorator\ServiceIdDecoratorInterface

Service identifier decorator

package

Kocuj\Di\ServiceIdDecorator

Methods

Constructor

__construct(\Kocuj\Di\Tools\Camelizer\CamelizerInterface $camelizer) 
codeCoverageIgnore

Arguments

Decorate identifier

decorate(string $id) : string
see \Kocuj\Di\ServiceIdDecorator\ServiceIdDecoratorInterface::decorate()
codeCoverageIgnore

Arguments

$id

string

Identifier to decorate

Response

string

Decorated identifier

Properties

Camelizer object

camelizer : \Kocuj\Di\Tools\Camelizer\CamelizerInterface