프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$_colors | |||
$_defColors | |||
$_lastClass | string | class of last outputted text chunk | |
$_numbers | boolean | Line numbering | |
$_output | string | Highlighted code | |
$_tabsize | integer | Tab size |
메소드 | 설명 | |
---|---|---|
acceptToken ( string $class, string $content ) | Accepts next token | |
finalize ( ) | Signals that no more tokens are available | |
getOutput ( ) : string | Get generated output | |
preprocess ( $str ) | ||
replaceCallback ( ) | ||
reset ( ) | Resets renderer state |
public acceptToken ( string $class, string $content ) | ||
$class | string | Token class |
$content | string | Token content |