PHP 인터페이스 QueryPath\Query

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

공개 메소드들

메소드 설명
__construct ( $document = null, $selector = null, $options = null )
children ( $selector = null )
find ( $selector )
next ( $selector = null )
parent ( $selector = null )
prev ( $selector = null )
siblings ( $selector = null )
top ( $selector = null )

메소드 상세

__construct() 공개 메소드

public __construct ( $document = null, $selector = null, $options = null )

children() 공개 메소드

public children ( $selector = null )

find() 공개 메소드

public find ( $selector )

next() 공개 메소드

public next ( $selector = null )

parent() 공개 메소드

public parent ( $selector = null )

prev() 공개 메소드

public prev ( $selector = null )

siblings() 공개 메소드

public siblings ( $selector = null )

top() 공개 메소드

public top ( $selector = null )