Copied!
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
 
  • return iterable<\Node>
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
 
  • return callable
public where(callable $conditions) : self
Properties
private $condition = NULL
 
  • var callable $condition
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
 
  • return callable
© 2024 Bruce Wells
Search Namespaces \ Classes
Configuration