DayTransformer::extractDateOptions()

array extractDateOptions(string $matched, int $length) Extract date options from a matched value returned by the processing of the reverse matching regular expression. Parameters string $matched The matched value int $length The length of the Transformer pattern string Return Value array An associative array

Bundle\TwigBundle\Controller

Classes ExceptionController ExceptionController.

FileDumper::dump()

dump(MessageCatalogue $messages, array $options = array()) Dumps the message catalogue. Parameters MessageCatalogue $messages The message catalogue array $options Options that are used by the dumper

Component\PropertyAccess

Namespaces Symfony\Component\PropertyAccess\Exception Classes PropertyAccess Entry point of the PropertyAccess component. PropertyAccessor Default implementation of {@link PropertyAccessorInterface}. PropertyAccessorBuilder A configurable builder for PropertyAccessorInterface objects. PropertyPath Default implementation of {@link PropertyPathInterface}. PropertyPathBuilder PropertyPathIterator Traverses a property path and provides additional methods to find out informa

NormalizationBuilder

class NormalizationBuilder This class builds normalization conditions. Properties $before $remappings Methods __construct(NodeDefinition $node) Constructor. NormalizationBuilder remap(string $key, string $plural = null) Registers a key to remap to its plural form. ExprBuilder|NormalizationBuilder before(Closure $closure = null) Registers a closure to run before the normalization or an expression builder to build it if null is provided. Details

FunctionExtension

class FunctionExtension extends AbstractExtension XPath expression translator function extension. This component is a port of the Python cssselect library, which is copyright Ian Bicking, see https://github.com/SimonSapin/cssselect. Methods callable[] getNodeTranslators() Returns node translators. from AbstractExtension callable[] getCombinationTranslators() Returns combination translators. from AbstractExtension callable[] getFunctionTranslators() Returns function translators.

SecurityHelper::getName()

string getName() Returns the canonical name of this helper. Return Value string The canonical name

TokenizerEscaping::escapeUnicode()

string escapeUnicode(string $value) Parameters string $value Return Value string

Null deprecated

class Null extends IsNull deprecated since version 2.7, to be removed in 3.0. Use IsNull instead. Constants DEFAULT_GROUP The name of the group given to all constraints with no explicit group. CLASS_CONSTRAINT Marks a constraint that can be put onto classes. PROPERTY_CONSTRAINT Marks a constraint that can be put onto properties. NOT_NULL_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the const

WriteCheckSessionHandler::read()

read($sessionId) {@inheritdoc} Parameters $sessionId