OperationInterface::getMessages()

array getMessages(string $domain) Returns all valid messages ('all') after operation. Parameters string $domain Return Value array

RememberMeToken

class RememberMeToken extends AbstractToken Authentication Token for "Remember-Me". Methods __construct(UserInterface $user, string $providerKey, string $secret) Constructor. RoleInterface[] getRoles() Returns the user roles. from AbstractToken string getUsername() Returns the username. from AbstractToken mixed getUser() Returns a user representation. from AbstractToken setUser(mixed $user) Sets the user in the token. from AbstractToken bool isAuthenticated() Returns

SimpleAuthenticatorInterface::supportsToken()

supportsToken(TokenInterface $token, $providerKey) Parameters TokenInterface $token $providerKey

LdapClient deprecated::find()

array|null find(string $dn, string $query, mixed $filter = '*') Find a username into ldap connection. Parameters string $dn string $query mixed $filter Return Value array|null

Route::hasScheme()

bool hasScheme(string $scheme) Checks if a scheme requirement has been set. Parameters string $scheme Return Value bool true if the scheme requirement exists, otherwise false

VersionStrategyInterface::getVersion()

string getVersion(string $path) Returns the asset version for an asset. Parameters string $path A path Return Value string The version string

TwigDataCollector::getMacroCount()

getMacroCount()

Bundle\TwigBundle\Loader

Classes FilesystemLoader FilesystemLoader extends the default Twig filesystem loader to work with the Symfony2 paths.

Profile::setTime()

setTime($time) Parameters $time

RoleSecurityIdentity::getRole()

string getRole() Returns the role name Return Value string