serialize()
setName($name) Parameters $name
process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container
static AutowireServiceResource createResourceForClass(ReflectionClass $reflectionClass) Creates a resource to help know if this service has changed. Parameters ReflectionClass $reflectionClass Return Value AutowireServiceResource
class AutowirePass implements CompilerPassInterface Guesses constructor arguments of services definitions and try to instantiate services if necessary. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. static AutowireServiceResource createResourceForClass(ReflectionClass $reflectionClass) Creates a resource to help know if this service has changed. Details process(ContainerBuilder $contain
array peekAll() Gets all flash messages. Return Value array
setAll(array $messages) Sets all flash messages. Parameters array $messages
mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained
array peek(string $type, array $default = array()) Gets flash messages for a given type. Parameters string $type Message category type array $default Default value if $type does not exist Return Value array
string getName() Gets this bag's name. Return Value string
Page 723 of 787