PHP 클래스 ElementNode, HamlPHP

상속: extends HamlNode
파일 보기 프로젝트 열기: hamlphp/hamlphp 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( $line, $compiler )
render ( )

비공개 메소드들

메소드 설명
_renderArrayValue ( $parts, $separator = ' ', $context = 'txt' ) Joins the string $parts together using $separator but format the return according to context.
renderHtml ( Element $element )
renderTagContent ( $content )

메소드 상세

__construct() 공개 메소드

public __construct ( $line, $compiler )

render() 공개 메소드

public render ( )