AccessListener

class AccessListener implements ListenerInterface AccessListener enforces access control rules. Methods __construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, AccessMapInterface $map, AuthenticationManagerInterface $authManager) handle(GetResponseEvent $event) Handles access authorization. Details __construct(TokenStorageInterface $tokenStorage, AccessDecisionManagerInterface $accessDecisionManager, A

Specificity::compareTo()

int compareTo(Specificity $specificity) Returns -1 if the object specificity is lower than the argument, 0 if they are equal, and 1 if the argument is lower. Parameters Specificity $specificity Return Value int

Table::setStyleDefinition()

static setStyleDefinition(string $name, TableStyle $style) Sets a style definition. Parameters string $name The style name TableStyle $style A TableStyle instance

Intl::getLanguageBundle()

static LanguageBundleInterface getLanguageBundle() Returns the bundle containing language information. Return Value LanguageBundleInterface The language resource bundle

Crawler::addNodes()

addNodes(array $nodes) Adds an array of \DOMNode instances to the list of nodes. Parameters array $nodes An array of \DOMNode instances

Component\Translation\Writer

Classes TranslationWriter TranslationWriter writes translation messages.

DateTimeNormalizer::normalize()

array|string|bool|int|float|null normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|string|bool|int|float|null

Client::reload()

Crawler reload() Reloads the current browser. Return Value Crawler

TemplateCacheWarmer

class TemplateCacheWarmer implements CacheWarmerInterface Generates the Twig cache for all templates. Methods __construct(Twig_Environment $twig, Traversable $iterator) warmUp(string $cacheDir) Warms up the cache. bool isOptional() Checks whether this warmer is optional or not. Details __construct(Twig_Environment $twig, Traversable $iterator) Parameters Twig_Environment $twig Traversable $iterator w

KernelInterface::getLogDir()

string getLogDir() Gets the log directory. Return Value string The log directory