Bridge\Propel1\Security

Namespaces Symfony\Bridge\Propel1\Security\User

MissingOptionsException

class MissingOptionsException extends InvalidArgumentException Exception thrown when a required option is missing. Add the option to the passed options array.

PropertyInfoCacheExtractor::getProperties()

string[]|null getProperties(string $class, array $context = array()) Gets the list of properties available for the given class. Parameters string $class array $context Return Value string[]|null

GuardAuthenticatorInterface

interface GuardAuthenticatorInterface implements AuthenticationEntryPointInterface The interface for all "guard" authenticators. The methods on this interface are called throughout the guard authentication process to give you the power to control most parts of the process from one location. Methods Response start(Request $request, AuthenticationException $authException = null) Returns a response that directs the user to authenticate. from AuthenticationEntryPointInterface mixed|null

UrlPackage::getUrl()

string getUrl(string $path) Returns an absolute or root-relative public path. Parameters string $path A path Return Value string The public path

RememberMeAuthenticationProvider

class RememberMeAuthenticationProvider implements AuthenticationProviderInterface Methods __construct(UserCheckerInterface $userChecker, string $secret, string $providerKey) Constructor. TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. bool supports(TokenInterface $token) Checks whether this provider supports the given token. Details __construct(UserCheckerInterface $userChecker, string $secret,

Form::has()

bool has(string $name) Returns whether a child with the given name exists. Parameters string $name The name of the child Return Value bool

AnnotationDirectoryLoader

class AnnotationDirectoryLoader extends AnnotationFileLoader AnnotationDirectoryLoader loads routing information from annotations set on PHP classes and methods. Methods LoaderResolverInterface getResolver() Gets the loader resolver. from Loader setResolver(LoaderResolverInterface $resolver) Sets the loader resolver. from Loader mixed import(mixed $resource, string|null $type = null, bool $ignoreErrors = false, string|null $sourceResource = null) Imports a resource. from FileLoa

SymfonyTestsListener::startTest()

startTest(PHPUnit_Framework_Test $test) Parameters PHPUnit_Framework_Test $test

AnonymousAuthenticationProvider::supports()

bool supports(TokenInterface $token) Checks whether this provider supports the given token. Parameters TokenInterface $token A TokenInterface instance Return Value bool true if the implementation supports the Token, false otherwise