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

AbstractOperation::getDomains()

array getDomains() Returns domains affected by operation. Return Value array

CustomNormalizer::denormalize()

object denormalize(mixed $data, string $class, string $format = null, array $context = array()) Denormalizes data back into an object of the given class. Parameters mixed $data data to restore string $class the expected class to instantiate string $format format the given data was extracted from array $context options available to the denormalizer Return Value object

ConstraintViolation::getConstraint()

Constraint|null getConstraint() Returns the constraint whose validation caused the violation. Return Value Constraint|null The constraint or null if it is not known

UserInterface::getPassword()

string getPassword() Returns the password used to authenticate the user. This should be the encoded password. On authentication, a plain-text password will be salted, encoded, and then compared to this value. Return Value string The password