* * 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:----BUQ18SgdbP9f4KCwgDoD6JrEKEo4XMUG/bASOR8SOU8AxU1Gtg27H8JvbpOWN7DmhoAPy+q1q+7p4xkW383BXWRZtq3NofPQYmM6kD3PH9BGQdrgCO+esYZ2sc2o6oA0sj1qgole/D15um/+KsvtAcT+9TrMXUrtO81UzARNOFRDC50QZbea+gDurEkcrg8w7yq9kZfRcMMV0PPnueHM8XNd3Bjre76kim8FXmeWTzgD1hewMnAewVALg/IX4PdHkWTZXZL2eLkO6v3lAEn/FHvIoVd5OFsV5IoV7QVAcbLq49aCPDDleFedcXYRT95NNSbZs/Ipfk+xCvOSEaTKvBgp9UKEBQ4Q/gCHwe0onN/1MHyIJBH7gBL7i1YEsCkKvNsD/KSv1Vj420tf4ssT4vqOMIlwyPHAEtVM866o9okpfta4LiatSh7EKM2kv6/hLc6OrnqoR318kmxd/6wQ8WVrgi8G3Xe/OQlp3E1UTEnIfEQd/y8odAe/9msQucJnkE+HEwipo9C64IBJy4FeJ03eWKxwIewt0n5AxzyI84T+tR4SuOXTqYEERmQoClvm/x65kS5+rx12MwPDMo5PjBinI3YxkcR/5p8UHd/3kzIkF0koGmWKOv+FufkCcXaJar7Ei0tOEZK8c7qQ6SRnGtvz9kMdYaL2Wg7hYEBJW08=----ATTACHMENT:----NzIyMTM5NzkzNjI5MzMyNCA4ODg2NDEzMjA5MTc1Mjc4IDMzOTM4NjM2NTYzOTY0NDY=