class
League
/
CommonMark
/
Node
/
Query
You are viewing an older version of the documentation. For the latest, please visit 2.4 documentation.
final
Query
Properties
private
$condition callable
bool $condition
Default: null
Methods
public
__construct ( ) : void
public
where ( callable $conditions ) : void
public
andWhere ( callable $conditions ) : void
public
orWhere ( callable $conditions ) : void
public
findOne ( Node $node ) : void
public
findAll ( Node $node , int $limit ) : iterable<\Node>
public
static
type ( string $class ) : callable
public
static
hasChild ( callable $condition ) : callable
public
static