function DumperInterface::leaveHash
Dumps while leaving an hash.
Parameters
int $type A Cursor::HASH_* const for the type of hash:
string|int|null $class The object class, resource type or array count:
bool $hasChild When the dump of the hash has child item:
int $cut The number of items the hash has been cut by:
1 method overrides DumperInterface::leaveHash()
- CliDumper::leaveHash in vendor/
symfony/ var-dumper/ Dumper/ CliDumper.php - Dumps while leaving an hash.
File
-
vendor/
symfony/ var-dumper/ Cloner/ DumperInterface.php, line 52
Class
- DumperInterface
- DumperInterface used by Data objects.
Namespace
Symfony\Component\VarDumper\ClonerCode
public function leaveHash(Cursor $cursor, int $type, string|int|null $class, bool $hasChild, int $cut) : void;