$mapping
$mapping : array
Decorator used to add pre-computed inflection mappings to an inflector
$decoratedInflector : \Guzzle\Inflection\InflectorInterface
__construct(\Guzzle\Inflection\InflectorInterface $inflector, array $snake = array(), array $camel = array(), boolean $mirror = false)
\Guzzle\Inflection\InflectorInterface | $inflector | Inflector being decorated |
array | $snake | Hash of pre-computed camel to snake |
array | $camel | Hash of pre-computed snake to camel |
boolean | $mirror | Mirror snake and camel reflections |