InflectorAggregateInterface
extends
ContainerAwareInterface, IteratorAggregate
in
Table of Contents
Methods
- add() : Inflector
- getContainer() : DefinitionContainerInterface
- inflect() : mixed
- setContainer() : ContainerAwareInterface
Methods
add()
public
add(string $type[, callable $callback = null ]) : Inflector
Parameters
- $type : string
- $callback : callable = null
Return values
InflectorgetContainer()
public
getContainer() : DefinitionContainerInterface
Return values
DefinitionContainerInterfaceinflect()
public
inflect(object $object) : mixed
Parameters
- $object : object
setContainer()
public
setContainer(DefinitionContainerInterface $container) : ContainerAwareInterface
Parameters
- $container : DefinitionContainerInterface