PHP 클래스 RTextFormatter, php-ref

상속: extends RFormatter
파일 보기 프로젝트 열기: digitalnature/php-ref

보호된 프로퍼티들

프로퍼티 타입 설명
$indent
$lastIdx
$lastLineSt
$level
$levelPad
$out

공개 메소드들

메소드 설명
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 )

메소드 상세

bubbles() 공개 메소드

public bubbles ( array $items )
$items array

colDiv() 공개 메소드

public colDiv ( $padLen = null )

emptyGroup() 공개 메소드

public emptyGroup ( $prefix = '' )

endExp() 공개 메소드

public endExp ( )

endGroup() 공개 메소드

public endGroup ( )

endRoot() 공개 메소드

public endRoot ( )

endRow() 공개 메소드

public endRow ( )

flush() 공개 메소드

public flush ( )

sectionTitle() 공개 메소드

public sectionTitle ( $title )

sep() 공개 메소드

public sep ( $label = ' ' )

startContain() 공개 메소드

public startContain ( $type, $label = false )

startGroup() 공개 메소드

public startGroup ( $prefix = '' )

startRoot() 공개 메소드

public startRoot ( )

startRow() 공개 메소드

public startRow ( )

text() 공개 메소드

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

프로퍼티 상세

$indent 보호되어 있는 프로퍼티

protected $indent

$lastIdx 보호되어 있는 프로퍼티

protected $lastIdx

$lastLineSt 보호되어 있는 프로퍼티

protected $lastLineSt

$level 보호되어 있는 프로퍼티

protected $level

$levelPad 보호되어 있는 프로퍼티

protected $levelPad

$out 보호되어 있는 프로퍼티

protected $out