Glob::append()

ValueInterface append(string $expr) Parameters string $expr Return Value ValueInterface

TimeZoneTransformer deprecated

class TimeZoneTransformer extends TimeZoneTransformer deprecated since version 2.3, to be removed in 3.0. Use {@link \Symfony\Component\Intl\DateFormatter\DateFormat\TimeZoneTransformer} instead. Alias of {@link \Symfony\Component\Intl\DateFormatter\DateFormat\TimeZoneTransformer}. Methods string format(DateTime $dateTime, int $length) Format a value using a configured DateTime as date/time source. from TimeZoneTransformer string getReverseMatchingRegExp(int $length) Returns a re

DefinitionDecorator::getChanges()

array getChanges() Returns all changes tracked for the Definition object. Return Value array An array of changes for this Definition

Regex::setEndFlag()

Regex setEndFlag(bool $endFlag) Parameters bool $endFlag Return Value Regex

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

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

Type::isCollection()

bool isCollection() Is collection? Return Value bool

Definition::hasTag()

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