Component\CssSelector\Node

Classes AbstractNode Abstract base node class. AttributeNode Represents a "[|]" node. ClassNode Represents a "." node. CombinedSelectorNode Represents a combined node. ElementNode Represents a "|" node. FunctionNode Represents a ":()" node. HashNode Represents a "#" node. NegationNode Represents a ":not()" node. PseudoNode Represents a ":" node. SelectorNode Represents a "(::|:)" node. Specificity Represents a node specificity. I

AbstractToken::setAuthenticated()

setAuthenticated($authenticated) Sets the authenticated flag. Parameters $authenticated

CodeExtension

class CodeExtension extends Twig_Extension Twig extension relate to PHP code and used by the profiler and the default exception templates. Methods __construct(string $fileLinkFormat, string $rootDir, string $charset) Constructor. getFilters() {@inheritdoc} abbrClass($class) abbrMethod($method) string formatArgs(array $args) Formats an array as a string. string formatArgsAsText(array $args) Formats an array as a string. string fileExcerpt(string $file, int

DumpTokenParser

class DumpTokenParser extends Twig_TokenParser Token Parser for the 'dump' tag. Dump variables with: {% dump %} {% dump foo %} {% dump foo, bar %} Methods parse(Twig_Token $token) {@inheritdoc} getTag() {@inheritdoc} Details parse(Twig_Token $token) {@inheritdoc} Parameters Twig_Token $token getTag() {@inheritdoc}

InstantiatorInterface

interface InstantiatorInterface Lazy proxy instantiator, capable of instantiating a proxy given a container, the service definitions and a callback that produces the real service instance. Methods object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realInstantiator) Instantiates a proxy object. Details object instantiateProxy(ContainerInterface $container, Definition $definition, string $id, callable $realIn

PhpExecutableFinder

class PhpExecutableFinder An executable finder specifically designed for the PHP executable. Methods __construct() string|false find(bool $includeArgs = true) Finds The PHP executable. array findArguments() Finds the PHP executable arguments. Details __construct() string|false find(bool $includeArgs = true) Finds The PHP executable. Parameters bool $includeArgs Whether or not include comman

FormConfigBuilderInterface::getFormConfig()

FormConfigInterface getFormConfig() Builds and returns the form configuration. Return Value FormConfigInterface

Output::setDecorated()

setDecorated(bool $decorated) Sets the decorated flag. Parameters bool $decorated Whether to decorate the messages

CacheClearerInterface

interface CacheClearerInterface CacheClearerInterface. Methods clear(string $cacheDir) Clears any caches necessary. Details clear(string $cacheDir) Clears any caches necessary. Parameters string $cacheDir The cache directory

HtmlExtension::translateDisabled()

XPathExpr translateDisabled(XPathExpr $xpath) Parameters XPathExpr $xpath Return Value XPathExpr