PHP Interface QueryPath\Query

Mostra file Open project: microweber/microweber Interface Usage Examples

Public Methods

Method Description
__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 )

Method Details

__construct() public method

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

children() public method

public children ( $selector = null )

find() public method

public find ( $selector )

next() public method

public next ( $selector = null )

parent() public method

public parent ( $selector = null )

prev() public method

public prev ( $selector = null )

siblings() public method

public siblings ( $selector = null )

top() public method

public top ( $selector = null )