PHP Class RTextFormatter, php-ref

Inheritance: extends RFormatter
Show file Open project: digitalnature/php-ref

Protected Properties

Property Type Description
$indent
$lastIdx
$lastLineSt
$level
$levelPad
$out

Public Methods

Method 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 method

public bubbles ( array $items )
$items array

colDiv() public method

public colDiv ( $padLen = null )

emptyGroup() public method

public emptyGroup ( $prefix = '' )

endExp() public method

public endExp ( )

endGroup() public method

public endGroup ( )

endRoot() public method

public endRoot ( )

endRow() public method

public endRow ( )

flush() public method

public flush ( )

sectionTitle() public method

public sectionTitle ( $title )

sep() public method

public sep ( $label = ' ' )

startContain() public method

public startContain ( $type, $label = false )

startGroup() public method

public startGroup ( $prefix = '' )

startRoot() public method

public startRoot ( )

startRow() public method

public startRow ( )

text() public method

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

Property Details

$indent protected property

protected $indent

$lastIdx protected property

protected $lastIdx

$lastLineSt protected property

protected $lastLineSt

$level protected property

protected $level

$levelPad protected property

protected $levelPad

$out protected property

protected $out