Joomla CMS  4.2.2
Documentation des API du CMS Joomla en version 4.2.2
Référence de la classe DebugBarHtmlDumper
+ Graphe d'héritage de DebugBarHtmlDumper:

Fonctions membres publiques

 resetDumpHeader ()
 
 getDumpHeaderByDebugBar ()
 
- Fonctions membres publiques hérités de HtmlDumper
 __construct ($output=null, string $charset=null, int $flags=0)
 
 setStyles (array $styles)
 
 setTheme (string $themeName)
 
 setDisplayOptions (array $displayOptions)
 
 setDumpHeader (?string $header)
 
 setDumpBoundaries (string $prefix, string $suffix)
 
 dump (Data $data, $output=null, array $extraDisplayOptions=[])
 
 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)
 
- Fonctions membres publiques hérités de CliDumper
 __construct ($output=null, string $charset=null, int $flags=0)
 
 setColors (bool $colors)
 
 setMaxStringWidth (int $maxStringWidth)
 
 setStyles (array $styles)
 
 setDisplayOptions (array $displayOptions)
 
 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)
 
- Fonctions membres publiques hérités de AbstractDumper
 __construct ($output=null, string $charset=null, int $flags=0)
 
 setOutput ($output)
 
 setCharset (string $charset)
 
 setIndentPad (string $pad)
 
 dump (Data $data, $output=null)
 
- Fonctions membres publiques hérités de DataDumperInterface
 dump (Data $data)
 

Membres hérités additionnels

- Champs de données hérités de AbstractDumper
const DUMP_LIGHT_ARRAY = 1
 
const DUMP_STRING_LENGTH = 2
 
const DUMP_COMMA_SEPARATOR = 4
 
const DUMP_TRAILING_COMMA = 8
 
- Attributs publics statiques hérités de HtmlDumper
static $defaultOutput = 'php://output'
 
- Attributs publics statiques hérités de CliDumper
static $defaultColors
 
static $defaultOutput = 'php://stdout'
 
static n
 
- Attributs publics statiques hérités de AbstractDumper
static $defaultOutput = 'php://output'
 
- Fonctions membres protégées hérités de HtmlDumper
 getDumpHeader ()
 
 style (string $style, string $value, array $attr=[])
 
 dumpLine (int $depth, bool $endOfValue=false)
 
- Fonctions membres protégées hérités de CliDumper
 dumpEllipsis (Cursor $cursor, bool $hasChild, int $cut)
 
 dumpKey (Cursor $cursor)
 
 style (string $style, string $value, array $attr=[])
 
 supportsColors ()
 
 dumpLine (int $depth, bool $endOfValue=false)
 
 endValue (Cursor $cursor)
 
- Fonctions membres protégées hérités de AbstractDumper
 dumpLine (int $depth)
 
 echoLine (string $line, int $depth, string $indentPad)
 
 utf8Encode (?string $s)
 
- Attributs protégés hérités de HtmlDumper
static $dumpHeader
 
 $dumpPrefix = '<pre class=sf-dump id=%s data-indent-pad="%s">'
 
 $dumpSuffix = '</pre><script>Sfdump(%s)</script>'
 
 $dumpId = 'sf-dump'
 
 $colors = true
 
 $headerIsDumped = false
 
 $lastDepth = -1
 
 $styles
 
- Attributs protégés hérités de CliDumper
 $colors
 
 $maxStringWidth = 0
 
 $styles
 
 $collapseNextHash = false
 
 $expandNextHash = false
 
- Attributs protégés hérités de AbstractDumper
 $line = ''
 
 $lineDumper
 
 $outputStream
 
 $decimalPoint
 
 $indentPad = ' '
 
 $flags
 
- Attributs protégés statiques hérités de HtmlDumper
static $themes
 
- Attributs protégés statiques hérités de CliDumper
static $controlCharsRx = '/[\x00-\x1F\x7F]+/'
 
static $controlCharsMap
 

Description détaillée

We have to extend the base HtmlDumper class in order to get access to the protected-only getDumpHeader function.

Documentation des fonctions membres

◆ getDumpHeaderByDebugBar()

getDumpHeaderByDebugBar ( )

◆ resetDumpHeader()

resetDumpHeader ( )

Resets an HTML header.

Références null.


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