PHP Class RTextFormatter, php-ref

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

Protected Properties

Свойство Type Description
$indent
$lastIdx
$lastLineSt
$level
$levelPad
$out

Méthodes publiques

Méthode Description
bubbles ( array $items )
colDiv ( $padLen = null )
emptyGroup ( $prefix = '' )
endExp ( )
endGroup ( )
endRoot ( )
endRow ( )
flush ( )
sectionTitle ( $title )
sep ( $label = ' ' )
startContain ( $type, $label = false )
startGroup ( $prefix = '' )
startRoot ( )
startRow ( )
text ( $type, $text = null, $meta = null, $uri = null )

Method Details

bubbles() public méthode

public bubbles ( array $items )
$items array

colDiv() public méthode

public colDiv ( $padLen = null )

emptyGroup() public méthode

public emptyGroup ( $prefix = '' )

endExp() public méthode

public endExp ( )

endGroup() public méthode

public endGroup ( )

endRoot() public méthode

public endRoot ( )

endRow() public méthode

public endRow ( )

flush() public méthode

public flush ( )

sectionTitle() public méthode

public sectionTitle ( $title )

sep() public méthode

public sep ( $label = ' ' )

startContain() public méthode

public startContain ( $type, $label = false )

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

$indent protected_oe property

protected $indent

$lastIdx protected_oe property

protected $lastIdx

$lastLineSt protected_oe property

protected $lastLineSt

$level protected_oe property

protected $level

$levelPad protected_oe property

protected $levelPad

$out protected_oe property

protected $out