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

Command

class Command extends PHPUnit_TextUI_Command {@inheritdoc}

FunctionExtension::translateNthChild()

XPathExpr translateNthChild(XPathExpr $xpath, FunctionNode $function, bool $last = false, bool $addNameTest = true) Parameters XPathExpr $xpath FunctionNode $function bool $last bool $addNameTest Return Value XPathExpr Exceptions ExpressionErrorException

Locale deprecated::getCountries()

static array getCountries() Returns all available country codes. Return Value array The country codes Exceptions RuntimeException When the resource bundles cannot be loaded

FormConfigInterface::getViewTransformers()

DataTransformerInterface[] getViewTransformers() Returns the view transformers of the form. Return Value DataTransformerInterface[] An array of {@link DataTransformerInterface} instances

ElementNode::getNamespace()

null|string getNamespace() Return Value null|string

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