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

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

AbstractOperation::getDomains()

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

Component\Serializer\NameConverter

Classes CamelCaseToSnakeCaseNameConverter CamelCase to Underscore name converter. Interfaces NameConverterInterface Defines the interface for property name converters.

OperationInterface::getResult()

MessageCatalogueInterface getResult() Returns resulting catalogue ('result'). Return Value MessageCatalogueInterface

ConnectionOptions::isOption()

static isOption($name) Parameters $name

AbstractObjectNormalizer::normalize()

array|scalar normalize(object $object, string $format = null, array $context = array()) Normalizes an object into a set of arrays/scalars. Parameters object $object object to normalize string $format format the normalization result will be encoded as array $context Context options for the normalizer Return Value array|scalar

ConsoleHandler::onCommand()

onCommand(ConsoleCommandEvent $event) Before a command is executed, the handler gets activated and the console output is set in order to know where to write the logs. Parameters ConsoleCommandEvent $event

Expression::renderPattern()

string renderPattern() Renders string representation of pattern. Return Value string

Serializer::encode()

final scalar encode(mixed $data, string $format, array $context = array()) Encodes data into the given format. Parameters mixed $data Data to encode string $format Format name array $context options that normalizers/encoders have access to. Return Value scalar Exceptions UnexpectedValueException