VarDumper::setHandler()

static setHandler(callable $callable = null) Parameters callable $callable

VarDumper

class VarDumper Methods static dump($var) static setHandler(callable $callable = null) Details static dump($var) Parameters $var static setHandler(callable $callable = null) Parameters callable $callable

VarDumperTestCase deprecated

class VarDumperTestCase extends PHPUnit_Framework_TestCase deprecated since version 2.8, to be removed in 3.0. Use the VarDumperTestTrait instead. Methods assertDumpEquals($dump, $data, $message = '') assertDumpMatchesFormat($dump, $data, $message = '') Details assertDumpEquals($dump, $data, $message = '') Parameters $dump $data $message assertDumpMatchesFormat($dump, $data, $message = '')

VarDumperTestTrait

trait VarDumperTestTrait Methods assertDumpEquals($dump, $data, $message = '') assertDumpMatchesFormat($dump, $data, $message = '') Details assertDumpEquals($dump, $data, $message = '') Parameters $dump $data $message assertDumpMatchesFormat($dump, $data, $message = '') Parameters $dump $data $message

VarDumperTestCase deprecated::assertDumpEquals()

assertDumpEquals($dump, $data, $message = '') Parameters $dump $data $message

ValueInterface::renderPattern()

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

ValueToDuplicatesTransformer::transform()

mixed transform(mixed $value) Duplicates the given value through the array. Parameters mixed $value The value in the original representation Return Value mixed The value in the transformed representation

ValueToDuplicatesTransformer::reverseTransform()

mixed reverseTransform(array $array) Extracts the duplicated value from an array. Parameters array $array Return Value mixed The value in the original representation Exceptions TransformationFailedException If the given value is not an array or if the given array can not be transformed.

ValueToDuplicatesTransformer

class ValueToDuplicatesTransformer implements DataTransformerInterface Methods __construct(array $keys) mixed transform(mixed $value) Duplicates the given value through the array. mixed reverseTransform(array $array) Extracts the duplicated value from an array. Details __construct(array $keys) Parameters array $keys mixed transform(mixed $value) Duplicates the given value through the array.

VarCloner

class VarCloner extends AbstractCloner Properties static $defaultCasters from AbstractCloner Methods __construct(array $casters = null) from AbstractCloner addCasters(array $casters) Adds casters for resources and objects. from AbstractCloner setMaxItems(int $maxItems) Sets the maximum number of items to clone past the first level in nested structures. from AbstractCloner setMaxString(int $maxString) Sets the maximum cloned length for strings. from AbstractCloner Data