PHP 클래스 HamlNode, HamlPHP

Base class for all Haml nodes.
파일 보기 프로젝트 열기: hamlphp/hamlphp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $line )
getHaml ( )
getRawHaml ( )
getSpaces ( )
render ( )
setIndentationLevel ( $level )

비공개 메소드들

메소드 설명
createSpaces ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $line )

getHaml() 공개 메소드

public getHaml ( )

getRawHaml() 공개 메소드

public getRawHaml ( )

getSpaces() 공개 메소드

public getSpaces ( )

render() 공개 메소드

public render ( )

setIndentationLevel() 공개 메소드

public setIndentationLevel ( $level )