Class PreComputedInflector
Decorator used to add pre-computed inflection mappings to an inflector
- Guzzle\Inflection\PreComputedInflector implements Guzzle\Inflection\InflectorInterface
public
|
#
__construct(
|
public
string
|
|
public
string
|
protected
array
|
$mapping
Array of pre-computed inflections |
#
array(
'snake' => array(),
'camel' => array()
)
|
protected
|
$decoratedInflector
Decorated inflector |