PHP 클래스 Goetas\Twital\Attribute\IfAttribute

저자: Asmir Mustafic ([email protected])
상속: implements Goetas\Twital\Attribute
파일 보기 프로젝트 열기: goetas/twital 1 사용 예제들

공개 메소드들

메소드 설명
findNextElement ( DOMElement $element )
findPrevElement ( DOMElement $element )
removeWhitespace ( DOMElement $element )
visit ( DOMAttr $att, Compiler $context )

메소드 상세

findNextElement() 공개 정적인 메소드

public static findNextElement ( DOMElement $element )
$element DOMElement

findPrevElement() 공개 정적인 메소드

public static findPrevElement ( DOMElement $element )
$element DOMElement

removeWhitespace() 공개 정적인 메소드

public static removeWhitespace ( DOMElement $element )
$element DOMElement

visit() 공개 메소드

public visit ( DOMAttr $att, Compiler $context )
$att DOMAttr
$context Goetas\Twital\Compiler