PHP 클래스 RHtmlFormatter, php-ref

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

보호된 프로퍼티들

프로퍼티 타입 설명
$cache
$counter
$def
$didAssets
$level
$out
$tips

공개 메소드들

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

보호된 메소드들

메소드 설명
escape ( string | array $var ) : string | array Escapes variable for HTML output

메소드 상세

__construct() 공개 메소드

public __construct ( )

bubbles() 공개 메소드

public bubbles ( array $items )
$items array

cacheLock() 공개 메소드

public cacheLock ( $id )

colDiv() 공개 메소드

public colDiv ( $padLen = null )

didCache() 공개 메소드

public didCache ( $id )

emptyGroup() 공개 메소드

public emptyGroup ( $prefix = '' )

endContain() 공개 메소드

public endContain ( )

endExp() 공개 메소드

public endExp ( )

endGroup() 공개 메소드

public endGroup ( )

endRoot() 공개 메소드

public endRoot ( )

endRow() 공개 메소드

public endRow ( )

escape() 보호된 정적인 메소드

Escapes variable for HTML output
protected static escape ( string | array $var ) : string | array
$var string | array
리턴 string | array

flush() 공개 메소드

public flush ( )

getAssets() 공개 정적인 메소드

Get styles and javascript (only generated for the 1st call)
public static getAssets ( ) : string
리턴 string

sectionTitle() 공개 메소드

public sectionTitle ( $title )

sep() 공개 메소드

public sep ( $label = ' ' )

startContain() 공개 메소드

public startContain ( $type, $label = false )

startExp() 공개 메소드

public startExp ( )

startGroup() 공개 메소드

public startGroup ( $prefix = '' )

startRoot() 공개 메소드

public startRoot ( )

startRow() 공개 메소드

public startRow ( )

text() 공개 메소드

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

프로퍼티 상세

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

protected $cache

$counter 보호되어 있는 정적으로 프로퍼티

protected static $counter

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

protected $def

$didAssets 보호되어 있는 정적으로 프로퍼티

protected static $didAssets

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

protected $level

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

protected $out

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

protected $tips