AutoExpireFlashBag::getName()

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

AutoExpireFlashBag::keys()

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

AutoExpireFlashBag::getStorageKey()

string getStorageKey() Gets the storage key for this bag. Return Value string

AutoExpireFlashBag::has()

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

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

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

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

AutoExpireFlashBag::add()

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

AuthenticationUtils::getLastUsername()

string getLastUsername() Return Value string

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 =