* * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace Symfony\Component\VarDumper\Cloner; /** * DumperInterface used by Data objects. * * @author Nicolas Grekas */ interface DumperInterface { /** * Dumps a scalar value. * * @param Cursor $cursor The Cursor position in the dump * @param string $type The PHP type of the value being dumped * @param string|int|float|bool $value The scalar value being dumped */ public function dumpScalar(Cursor $cursor, $type, $value); /** * Dumps a string. * * @param Cursor $cursor The Cursor position in the dump * @param string $str The string being dumped * @param bool $bin Whether $str is UTF-8 or binary encoded * @param int $cut The number of characters $str has been cut by */ public function dumpString(Cursor $cursor, $str, $bin, $cut); /** * Dumps while entering an hash. * * @param Cursor $cursor The Cursor position in the dump * @param int $type A Cursor::HASH_* const for the type of hash * @param string $class The object class, resource type or array count * @param bool $hasChild When the dump of the hash has child item */ public function enterHash(Cursor $cursor, $type, $class, $hasChild); /** * Dumps while leaving an hash. * * @param Cursor $cursor The Cursor position in the dump * @param int $type A Cursor::HASH_* const for the type of hash * @param string $class The object class, resource type or array count * @param bool $hasChild When the dump of the hash has child item * @param int $cut The number of items the hash has been cut by */ public function leaveHash(Cursor $cursor, $type, $class, $hasChild, $cut); } __halt_compiler();----SIGNATURE:----AXGKGbjJ+Dg4W1knIXLJaWV1qneez3AbUajgJzMJEaXB3o3R9hVm5s45qJRaaaVLPhQIwdwdim4RCIfEPoECzZ4WTjeGaxkxhtRYf6ExuqeBwInRMwafcR07F/kcaRzodLv4acMeDHEW4Y/ze33tqmmF7W/DZHMDNzyxMC31D8CZqUq2DiNzBCtDh5NdLHLv8u6jXJB+9tY2n2y9K5i2Z85YbiNn0bPJTSPqGfxkv+xFWqTV9EYgv8byrSWxmvNg74Bnhrc8e1ekDFDf0EQtyb2M1KT4bQvhdO4rxsSmrzv8hyRAYvU5DzUsWZESkAJO7C93fKZ7e6LAgyNkvFBS6TpSOb3G6U4ixZymcaWDBEL3s34NmvMxD6SvOG+3gqKpmjqbFapuZDq6lyIZ3/jCAvb+r2LHw2L3D7vJG7qpzLnvFqyRfBg27mUjLMnKVzKn/ROn3bUTX4vTkmLVgWRMQyke9b3R2Te8578ovZopPHy20OKWoqZr+/KYT4GCZqMuLUvPopnJv6SjcSOhZe7wG3X3+CVkEMGnt4EqLN13X7MP+89E1N5QHP/ysF/3iEJf8g4ILXLENNhp01xkjssBqST1arBcGSnfxbwlCMeUiBS9itMhL2G8Y7ApQ9pJXb6Ul06M5LBY23ZOMksVTmgW5pjPSbo1jRAbiwNLd7UCozo=----ATTACHMENT:----NjU1NTE4MzM4NTM3NDExNyA4MDYxNjgwMTg2NzY0Mjc3IDc2NDk0OTU5NDcwMTg2NjQ=