NodeInterface::getDefaultValue()

mixed getDefaultValue() Returns the default value of the node. Return Value mixed The default value Exceptions RuntimeException if the node has no default value

TokenInterface::setAttributes()

setAttributes(array $attributes) Sets the token attributes. Parameters array $attributes The token attributes

RedisProfilerStorage deprecated::write()

bool write(Profile $profile) Saves a Profile. Parameters Profile $profile A Profile instance Return Value bool Write operation successful

TokenInterface::getUsername()

string getUsername() Returns the username. Return Value string

Time

class Time extends Constraint 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. INVALID_FORMAT_ERROR INVALID_TIME_ERROR Properties mixed $payload Domain-specific data attached to a constraint. from Constraint array $groups The groups that the constraint belongs to from Constraint $message

ArrayNodeDefinition::requiresAtLeastOneElement()

ArrayNodeDefinition requiresAtLeastOneElement() Requires the node to have at least one element. This method is applicable to prototype nodes only. Return Value ArrayNodeDefinition

OrderedHashMap::offsetUnset()

offsetUnset($key) {@inheritdoc} Parameters $key

HtmlExtension::translateVisited()

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

InputDefinition::getArgumentRequiredCount()

int getArgumentRequiredCount() Returns the number of required InputArguments. Return Value int The number of required InputArguments

TranslatorInterface::cssToXPath()

string cssToXPath(string $cssExpr, string $prefix = 'descendant-or-self::') Translates a CSS selector to an XPath expression. Parameters string $cssExpr string $prefix Return Value string