PHP 인터페이스 Element, HamlPHP

파일 보기 프로젝트 열기: hamlphp/hamlphp 0 사용 예제들

공개 메소드들

메소드 설명
__construct ( $line, Compiler $compiler )
getAttributes ( )
getClasses ( )
getId ( )
getInlineContent ( )
getTag ( )
isPhpVariable ( )
isSelfClosing ( )
useAttsHelper ( )

비공개 메소드들

메소드 설명
_containsInterpolation ( $str )
_containsPhpAttribute ( array $att_arr )
_interpolate ( $str )
_mergeAttributes ( $att_arrays )
_parseClassAndId ( $list )
_parseHashAttrs ( StringScanner $scanner ) : array
_parseHtmlAttrs ( StringScanner $scanner )
_parseObjRef ( $scanner )
balance ( $scanner_or_line, $start_char, $finish_char, $count ) : array Checks if the string has a balanced amount of $start_char and $finish_char pairs If you pass a scanner, the pointer of the scanner will be altered!
parseHaml ( )

메소드 상세

__construct() 공개 메소드

public __construct ( $line, Compiler $compiler )
$compiler Compiler

getAttributes() 공개 메소드

public getAttributes ( )

getClasses() 공개 메소드

public getClasses ( )

getId() 공개 메소드

public getId ( )

getInlineContent() 공개 메소드

public getInlineContent ( )

getTag() 공개 메소드

public getTag ( )

isPhpVariable() 공개 메소드

public isPhpVariable ( )

isSelfClosing() 공개 메소드

public isSelfClosing ( )

useAttsHelper() 공개 메소드

public useAttsHelper ( )