AutowireServiceResource::serialize()

serialize()

AutoExpireFlashBag::setName()

setName($name) Parameters $name

AutowirePass::process()

process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

AutowirePass::createResourceForClass()

static AutowireServiceResource createResourceForClass(ReflectionClass $reflectionClass) Creates a resource to help know if this service has changed. Parameters ReflectionClass $reflectionClass Return Value AutowireServiceResource

AutowirePass

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

AutoExpireFlashBag::peekAll()

array peekAll() Gets all flash messages. Return Value array

AutoExpireFlashBag::setAll()

setAll(array $messages) Sets all flash messages. Parameters array $messages

AutoExpireFlashBag::clear()

mixed clear() Clears out data from bag. Return Value mixed Whatever data was contained

AutoExpireFlashBag::peek()

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

AutoExpireFlashBag::getName()

string getName() Gets this bag's name. Return Value string