ConditionalNode::evaluate()

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

ConfigCache

class ConfigCache extends ResourceCheckerConfigCache ConfigCache caches arbitrary content in files on disk. When in debug mode, those metadata resources that implement \Symfony\Component\Config\Resource\SelfCheckingResourceInterface will be used to check cache freshness. Methods __construct(string $file, bool $debug) string getPath() Gets the cache file path. from ResourceCheckerConfigCache bool isFresh() Checks if the cache is still fresh. write(string $content, array $me

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

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\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\VarDumper\Test

Classes VarDumperTestCase deprecated VarDumperTestTrait

Component\VarDumper\Exception

Exceptions ThrowingCasterException

Component\VarDumper\Caster

Classes ConstStub Represents a PHP constant and its value. CutStub Represents the main properties of a PHP variable, pre-casted by a caster. DOMCaster Casts DOM related classes to array representation. DoctrineCaster Casts Doctrine related classes to array representation. ExceptionCaster Casts common Exception classes to array representation. PdoCaster Casts PDO related classes to array representation. ReflectionCaster Casts Reflector related classes to array represen