ConditionalNode::evaluate()

evaluate($functions, $values) Parameters $functions $values

ConditionalNode::compile()

compile(Compiler $compiler) Parameters Compiler $compiler

ConditionalNode

class ConditionalNode extends Node Properties $nodes from Node $attributes from Node Methods __construct(Node $expr1, Node $expr2, Node $expr3) Constructor. __toString() from Node compile(Compiler $compiler) evaluate($functions, $values) Details __construct(Node $expr1, Node $expr2, Node $expr3) Constructor. Parameters Node $expr1 Node $expr2 Node $expr3 __toString()

ConcurrentModificationException

class ConcurrentModificationException extends Exception This exception is thrown whenever you change shared properties of more than one ACL of the same class type concurrently.

Composite

class Composite extends Constraint A constraint that is composed of other constraints. You should never use the nested constraint instances anywhere else, because their groups are adapted when passed to the constructor of this class. If you want to create your own composite constraint, extend this class and let {@link getCompositeOption()} return the name of the property which contains the nested constraints. Constants DEFAULT_GROUP The name of the group given to all constraints with no ex

Component\Yaml\Exception

Classes DumpException Exception class thrown when an error occurs during dumping. ParseException Exception class thrown when an error occurs during parsing. RuntimeException Exception class thrown when an error occurs during parsing. Interfaces ExceptionInterface Exception interface for all exceptions thrown by the component.

Component\Yaml

Namespaces Symfony\Component\Yaml\Exception Classes Dumper Dumper dumps PHP variables to YAML strings. Escaper Escaper encapsulates escaping rules for single and double-quoted YAML strings. Inline Inline implements a YAML parser/dumper for the YAML inline syntax. Parser Parser parses YAML strings to convert them to PHP arrays. Unescaper Unescaper encapsulates unescaping rules for single and double-quoted YAML strings. Yaml Yaml offers convenience methods to load and dum

Component\VarDumper\Test

Classes VarDumperTestCase deprecated VarDumperTestTrait

Component\VarDumper\Exception

Exceptions ThrowingCasterException

Component\VarDumper\Dumper

Classes AbstractDumper Abstract mechanism for dumping a Data object. CliDumper CliDumper dumps variables for command line output. HtmlDumper HtmlDumper dumps variables as HTML. Interfaces DataDumperInterface DataDumperInterface for dumping Data objects.