ArrayParserCache::save()

save(string $key, ParsedExpression $expression) Saves an expression in the cache. Parameters string $key The cache key ParsedExpression $expression A ParsedExpression instance to store in the cache

SessionHandlerProxy::write()

write($sessionId, $data) {@inheritdoc} Parameters $sessionId $data

Cookie::getPath()

string getPath() Gets the path on the server in which the cookie will be available on. Return Value string

PrototypedArrayNode::setMinNumberOfElements()

setMinNumberOfElements(int $number) Sets the minimum number of elements that a prototype based node must contain. By default this is zero, meaning no elements. Parameters int $number

ArrayAccessibleResourceBundle::getIterator()

getIterator()

ClassMetadataInterface::getConstrainedProperties()

string[] getConstrainedProperties() Returns the names of all constrained properties. Return Value string[] A list of property names

AttributeMetadata::getMaxDepth()

int|null getMaxDepth() Gets the serialization max depth for this attribute. Return Value int|null

ExecutionContext::markConstraintAsValidated()

markConstraintAsValidated(string $cacheKey, string $constraintHash) Marks a constraint as validated for an object. Parameters string $cacheKey The hash of the object string $constraintHash The hash of the constraint

Input::getArguments()

array getArguments() Returns all the given arguments merged with the default values. Return Value array

EventDispatcherInterface::getListeners()

array getListeners(string $eventName = null) Gets the listeners of a specific event or all listeners sorted by descending priority. Parameters string $eventName The name of the event Return Value array The event listeners for the specified event, or all event listeners by event name