Joomla CMS  3.10.11 (avec JPlatform 13.1 inclus)
Documentation des API du CMS Joomla en version 3.10.11 et du framework Joomla Platform intégré
Référence de la classe Dumper

Fonctions membres publiques

 setIndentation ($num)
 
 dump ($input, $inline=0, $indent=0, $exceptionOnInvalidType=false, $objectSupport=false)
 

Attributs protégés

 $indentation = 4
 

Description détaillée

Dumper dumps PHP variables to YAML strings.

Auteur
Fabien Potencier fabie.nosp@m.n@sy.nosp@m.mfony.nosp@m..com

Documentation des fonctions membres

◆ dump()

dump (   $input,
  $inline = 0,
  $indent = 0,
  $exceptionOnInvalidType = false,
  $objectSupport = false 
)

Dumps a PHP value to YAML.

Paramètres
mixed$inputThe PHP value
int$inlineThe level where you switch to inline YAML
int$indentThe level of indentation (used internally)
bool$exceptionOnInvalidTypeTrue if an exception must be thrown on invalid types (a PHP resource or object), false otherwise
bool$objectSupportTrue if object support is enabled, false otherwise
Renvoie
string The YAML representation of the PHP value

Références $input, $key, $output, $prefix, $value, Inline\dump(), et Inline\isHash().

◆ setIndentation()

setIndentation (   $num)

Sets the indentation.

Paramètres
int$numThe amount of spaces to use for indentation of nested nodes

Documentation des champs

◆ $indentation

$indentation = 4
protected

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