PHP Class RHtmlFormatter, php-ref

Inheritance: extends RFormatter
Afficher le fichier Open project: digitalnature/php-ref

Protected Properties

Свойство Type Description
$cache
$counter
$def
$didAssets
$level
$out
$tips

Méthodes publiques

Méthode Description
__construct ( )
bubbles ( array $items )
cacheLock ( $id )
colDiv ( $padLen = null )
didCache ( $id )
emptyGroup ( $prefix = '' )
endContain ( )
endExp ( )
endGroup ( )
endRoot ( )
endRow ( )
flush ( )
getAssets ( ) : string Get styles and javascript (only generated for the 1st call)
sectionTitle ( $title )
sep ( $label = ' ' )
startContain ( $type, $label = false )
startExp ( )
startGroup ( $prefix = '' )
startRoot ( )
startRow ( )
text ( $type, $text = null, $meta = null, $uri = null )

Méthodes protégées

Méthode Description
escape ( string | array $var ) : string | array Escapes variable for HTML output

Method Details

__construct() public méthode

public __construct ( )

bubbles() public méthode

public bubbles ( array $items )
$items array

cacheLock() public méthode

public cacheLock ( $id )

colDiv() public méthode

public colDiv ( $padLen = null )

didCache() public méthode

public didCache ( $id )

emptyGroup() public méthode

public emptyGroup ( $prefix = '' )

endContain() public méthode

public endContain ( )

endExp() public méthode

public endExp ( )

endGroup() public méthode

public endGroup ( )

endRoot() public méthode

public endRoot ( )

endRow() public méthode

public endRow ( )

escape() protected static méthode

Escapes variable for HTML output
protected static escape ( string | array $var ) : string | array
$var string | array
Résultat string | array

flush() public méthode

public flush ( )

getAssets() public static méthode

Get styles and javascript (only generated for the 1st call)
public static getAssets ( ) : string
Résultat string

sectionTitle() public méthode

public sectionTitle ( $title )

sep() public méthode

public sep ( $label = ' ' )

startContain() public méthode

public startContain ( $type, $label = false )

startExp() public méthode

public startExp ( )

startGroup() public méthode

public startGroup ( $prefix = '' )

startRoot() public méthode

public startRoot ( )

startRow() public méthode

public startRow ( )

text() public méthode

public text ( $type, $text = null, $meta = null, $uri = null )

Property Details

$cache protected_oe property

protected $cache

$counter protected_oe static_oe property

protected static $counter

$def protected_oe property

protected $def

$didAssets protected_oe static_oe property

protected static $didAssets

$level protected_oe property

protected $level

$out protected_oe property

protected $out

$tips protected_oe property

protected $tips