function DumperInterface::enterHash
Dumps while entering 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:
1 method overrides DumperInterface::enterHash()
- CliDumper::enterHash in vendor/
symfony/ var-dumper/ Dumper/ CliDumper.php - Dumps while entering an hash.
File
-
vendor/
symfony/ var-dumper/ Cloner/ DumperInterface.php, line 42
Class
- DumperInterface
- DumperInterface used by Data objects.
Namespace
Symfony\Component\VarDumper\ClonerCode
public function enterHash(Cursor $cursor, int $type, string|int|null $class, bool $hasChild) : void;