AutoExpireFlashBag::has()

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

AutoExpireFlashBag::getStorageKey()

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

AutoExpireFlashBag::getName()

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

AutoExpireFlashBag::clear()

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

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

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

AuthorizationCheckerInterface

interface AuthorizationCheckerInterface The AuthorizationCheckerInterface. Methods bool isGranted(mixed $attributes, mixed $object = null) Checks if the attributes are granted against the current authentication token and optionally supplied object. Details bool isGranted(mixed $attributes, mixed $object = null) Checks if the attributes are granted against the current authentication token and optionally supplied object. Parameters mixed $attri

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 =