AutoExpireFlashBag::initialize()

initialize(array $flashes) Initializes the Bag. Parameters array $flashes

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::has()

bool has(string $type) Has flash messages for a given type? Parameters string $type Return Value bool

AutoExpireFlashBag::keys()

array keys() Returns a list of all defined types. Return Value array

AutoExpireFlashBag

class AutoExpireFlashBag implements FlashBagInterface AutoExpireFlashBag flash message container. Methods __construct(string $storageKey = '_sf2_flashes') Constructor. string getName() Gets this bag's name. setName($name) initialize(array $flashes) Initializes the Bag. add(string $type, string $message) Adds a flash message for type. array peek(string $type, array $default = array()) Gets flash messages for a given type. array peekAll() Gets all flash messa

AutoExpireFlashBag::all()

array all() Gets and clears flashes from the stack. Return Value array

AutoAliasServicePass

class AutoAliasServicePass implements CompilerPassInterface Sets a service to be an alias of another one, given a format pattern. Methods process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Parameters ContainerBuilder $container

AutoExpireFlashBag::add()

add(string $type, string $message) Adds a flash message for type. Parameters string $type string $message

AuthorizationChecker

class AuthorizationChecker implements AuthorizationCheckerInterface AuthorizationChecker is the main authorization point of the Security component. It gives access to the token representing the current user authentication. Methods __construct(TokenStorageInterface $tokenStorage, AuthenticationManagerInterface $authenticationManager, AccessDecisionManagerInterface $accessDecisionManager, bool $alwaysAuthenticate = false) Constructor. bool isGranted(mixed $attributes, mixed $object =

AuthenticationUtils::getLastUsername()

string getLastUsername() Return Value string