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()

AttributeMetadata::getMaxDepth()

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

ClassMetadataInterface::getConstrainedProperties()

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

NodeInterface::finalize()

mixed finalize(mixed $value) Finalizes a value. Parameters mixed $value The value to finalize Return Value mixed The finalized value

SessionHelper::getFlash()

getFlash($name, array $default = array()) Parameters $name array $default

ConflictingHeadersException

class ConflictingHeadersException extends RuntimeException The HTTP request contains headers with conflicting information. This exception should trigger an HTTP 400 response in your application code.

Router::getContext()

RequestContext getContext() Gets the request context. Return Value RequestContext The context

StopwatchEvent::isStarted()

bool isStarted() Checks if the event was started. Return Value bool

DumperInterface::dumpScalar()

dumpScalar(Cursor $cursor, string $type, scalar $value) Dumps a scalar value. Parameters Cursor $cursor The Cursor position in the dump string $type The PHP type of the value being dumped scalar $value The scalar value being dumped