[ Index ]

PHP Cross Reference of Joomla 4.2.2 documentation

title

Body

[close]

/libraries/vendor/symfony/var-dumper/Cloner/ -> DumperInterface.php (summary)

(no description)

File Size: 56 lines (2 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

DumperInterface:: (4 methods):
  dumpScalar()
  dumpString()
  enterHash()
  leaveHash()


Interface: DumperInterface  - X-Ref

DumperInterface used by Data objects.

dumpScalar(Cursor $cursor, string $type, $value)   X-Ref
Dumps a scalar value.

param: string                $type  The PHP type of the value being dumped
param: string|int|float|bool $value The scalar value being dumped

dumpString(Cursor $cursor, string $str, bool $bin, int $cut)   X-Ref
Dumps a string.

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

enterHash(Cursor $cursor, int $type, $class, bool $hasChild)   X-Ref
Dumps while entering an hash.

param: int        $type     A Cursor::HASH_* const for the type of hash
param: string|int $class    The object class, resource type or array count
param: bool       $hasChild When the dump of the hash has child item

leaveHash(Cursor $cursor, int $type, $class, bool $hasChild, int $cut)   X-Ref
Dumps while leaving an hash.

param: int        $type     A Cursor::HASH_* const for the type of hash
param: string|int $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



Generated: Wed Sep 7 05:41:13 2022 Chilli.vc Blog - For Webmaster,Blog-Writer,System Admin and Domainer