Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de l'interface DumperInterface
+ Graphe d'héritage de DumperInterface:

Fonctions membres publiques

 dumpScalar (Cursor $cursor, string $type, $value)
 
 dumpString (Cursor $cursor, string $str, bool $bin, int $cut)
 
 enterHash (Cursor $cursor, int $type, $class, bool $hasChild)
 
 leaveHash (Cursor $cursor, int $type, $class, bool $hasChild, int $cut)
 

Description détaillée

DumperInterface used by Data objects.

Auteur
Nicolas Grekas p@tch.nosp@m.work.nosp@m..com

Documentation des fonctions membres

◆ dumpScalar()

dumpScalar ( Cursor  $cursor,
string  $type,
  $value 
)

Dumps a scalar value.

Paramètres
string$typeThe PHP type of the value being dumped
string | int | float | bool$valueThe scalar value being dumped

Implémenté dans CliDumper.

Référencé par Data\dump(), et Data\dumpItem().

◆ dumpString()

dumpString ( Cursor  $cursor,
string  $str,
bool  $bin,
int  $cut 
)

Dumps a string.

Paramètres
string$strThe string being dumped
bool$binWhether $str is UTF-8 or binary encoded
int$cutThe number of characters $str has been cut by

Implémenté dans HtmlDumper, et CliDumper.

Référencé par Data\dumpItem().

◆ enterHash()

enterHash ( Cursor  $cursor,
int  $type,
  $class,
bool  $hasChild 
)

Dumps while entering an hash.

Paramètres
int$typeA Cursor::HASH_* const for the type of hash
string | int$classThe object class, resource type or array count
bool$hasChildWhen the dump of the hash has child item

Implémenté dans HtmlDumper, et CliDumper.

Référencé par Data\dumpItem().

◆ leaveHash()

leaveHash ( Cursor  $cursor,
int  $type,
  $class,
bool  $hasChild,
int  $cut 
)

Dumps while leaving an hash.

Paramètres
int$typeA Cursor::HASH_* const for the type of hash
string | int$classThe object class, resource type or array count
bool$hasChildWhen the dump of the hash has child item
int$cutThe number of items the hash has been cut by

Implémenté dans HtmlDumper, et CliDumper.

Référencé par Data\dumpItem().


La documentation de cette interface a été générée à partir du fichier suivant :