Glob::toRegex()

Regex toRegex(bool $strictLeadingDot = true, bool $strictWildcardSlash = true) Parameters bool $strictLeadingDot bool $strictWildcardSlash Return Value Regex

Definition::removeMethodCall()

Definition removeMethodCall(string $method) Removes a method to call after service initialization. Parameters string $method The method name to remove Return Value Definition The current instance

RouterCacheWarmer::warmUp()

warmUp(string $cacheDir) Warms up the cache. Parameters string $cacheDir The cache directory

Type::isCollection()

bool isCollection() Is collection? Return Value bool

Definition::addTag()

Definition addTag(string $name, array $attributes = array()) Adds a tag for this definition. Parameters string $name The tag name array $attributes An array of attributes Return Value Definition The current instance

Definition::hasTag()

bool hasTag(string $name) Whether this definition has a tag with the given name. Parameters string $name Return Value bool

Regex::hasEndJoker()

bool hasEndJoker() Return Value bool

DumperCollection::getIterator()

Iterator|DumperCollection[]|DumperRoute[] getIterator() Returns an iterator over the children. Return Value Iterator|DumperCollection[]|DumperRoute[] The iterator

DumperRoute

class DumperRoute Container for a Route. Methods __construct(string $name, Route $route) Constructor. string getName() Returns the route name. Route getRoute() Returns the route. Details __construct(string $name, Route $route) Constructor. Parameters string $name The route name Route $route The route string getName() Returns the route name. Return Value string The route name

AuthenticationTrustResolverInterface::isRememberMe()

bool isRememberMe(TokenInterface $token = null) Resolves whether the passed token implementation is authenticated using remember-me capabilities. Parameters TokenInterface $token Return Value bool