CloneableFinalInstantiable
| Methods |
| public __construct() |
| public andWhere(callable $conditions) : self |
| public findAll(League\CommonMark\Node\Node $node, ?int $limit = 9223372036854775807League\CommonMark\Node\PHP_INT_MAX) : iterable |
| public findOne(League\CommonMark\Node\Node $node) : ?League\CommonMark\Node\Node |
public static hasChild(?callable $condition = NULL) : callable - psalm-param ?callable(Node): bool $condition
- return callable
|
public static hasParent(?callable $condition = NULL) : callable - psalm-param ?callable(Node): bool $condition
- return callable
|
| public orWhere(callable $conditions) : self |
| public static type(string $class) : callable |
| public where(callable $conditions) : self |
| Properties |
| private $condition = NULL |
| Methods |
public static hasChild(?callable $condition = NULL) : callable - psalm-param ?callable(Node): bool $condition
- return callable
|
public static hasParent(?callable $condition = NULL) : callable - psalm-param ?callable(Node): bool $condition
- return callable
|
| public static type(string $class) : callable |