Joomla CMS
4.2.2
Documentation des API du CMS Joomla en version 4.2.2
|
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) | |
DumperInterface used by Data objects.
dumpScalar | ( | Cursor | $cursor, |
string | $type, | ||
$value | |||
) |
Dumps a scalar value.
string | $type | The PHP type of the value being dumped |
string | int | float | bool | $value | The scalar value being dumped |
Implémenté dans CliDumper.
Référencé par Data\dump(), et Data\dumpItem().
dumpString | ( | Cursor | $cursor, |
string | $str, | ||
bool | $bin, | ||
int | $cut | ||
) |
Dumps a string.
string | $str | The string being dumped |
bool | $bin | Whether $str is UTF-8 or binary encoded |
int | $cut | The number of characters $str has been cut by |
Implémenté dans HtmlDumper, et CliDumper.
Référencé par Data\dumpItem().
enterHash | ( | Cursor | $cursor, |
int | $type, | ||
$class, | |||
bool | $hasChild | ||
) |
Dumps while entering an hash.
int | $type | A Cursor::HASH_* const for the type of hash |
string | int | $class | The object class, resource type or array count |
bool | $hasChild | When the dump of the hash has child item |
Implémenté dans HtmlDumper, et CliDumper.
Référencé par Data\dumpItem().
leaveHash | ( | Cursor | $cursor, |
int | $type, | ||
$class, | |||
bool | $hasChild, | ||
int | $cut | ||
) |
Dumps while leaving an hash.
int | $type | A Cursor::HASH_* const for the type of hash |
string | int | $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 |
Implémenté dans HtmlDumper, et CliDumper.
Référencé par Data\dumpItem().