OrderedHashMap::offsetGet()

offsetGet($key) {@inheritdoc} Parameters $key

PreAuthenticatedAuthenticationProvider::authenticate()

TokenInterface authenticate(TokenInterface $token) Attempts to authenticate a TokenInterface object. Parameters TokenInterface $token The TokenInterface instance to authenticate Return Value TokenInterface An authenticated TokenInterface instance, never null Exceptions AuthenticationException if the authentication fails

Expression

class Expression implements ValueInterface Constants TYPE_REGEX TYPE_GLOB Methods static Expression create(string $expr) __construct(string $expr) string __toString() string render() Renders string representation of expression. string renderPattern() Renders string representation of pattern. bool isCaseSensitive() int getType() ValueInterface prepend(string $expr) ValueInterface append(string $expr) bool isRegex() bool isG

ContainerBuilder::has()

bool has(string $id) Returns true if the given service is defined. Parameters string $id The service identifier Return Value bool true if the service is defined, false otherwise

Inline::parse()

static array parse(string $value, int $flags, array $references = array()) Converts a YAML string to a PHP array. Parameters string $value A YAML string int $flags A bit field of PARSE_* constants to customize the YAML parser behavior array $references Mapping of variable names to values Return Value array A PHP array representing the YAML string Exceptions ParseException

ResourceCheckerConfigCache::isFresh()

bool isFresh() Checks if the cache is still fresh. This implementation will make a decision solely based on the ResourceCheckers passed in the constructor. The first ResourceChecker that supports a given resource is considered authoritative. Resources with no matching ResourceChecker will silently be ignored and considered fresh. Return Value bool Whether the cache is still fresh.

Command deprecated::arg()

Command arg(string $arg) Appends an argument, will be quoted. Parameters string $arg Return Value Command The current Command instance

DoctrineValidationPass

class DoctrineValidationPass implements CompilerPassInterface Registers additional validators. Methods __construct($managerType) process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code. Details __construct($managerType) Parameters $managerType process(ContainerBuilder $container) You can modify the container here before it is dumped to PHP code.

AuthenticationTrustResolverInterface

interface AuthenticationTrustResolverInterface Interface for resolving the authentication status of a given token. Methods bool isAnonymous(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated anonymously. bool isRememberMe(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated using remember-me capabilities. bool isFullFledged(TokenInterface $token = null) Resolves whether the passed token impl

ExceptionDataCollector

class ExceptionDataCollector extends DataCollector ExceptionDataCollector. Methods serialize() from DataCollector unserialize($data) from DataCollector collect(Request $request, Response $response, Exception $exception = null) Collects data for the given Request and Response. bool hasException() Checks if the exception is not null. Exception getException() Gets the exception. string getMessage() Gets the exception message. int getCode() Gets the exception co