Subtrees
final class Subtrees implements IteratorAggregate, Countable (View source)
An immutable, type-safe collection of Subtree objects
Methods
static Subtrees
createEmpty()
No description
void
add(Subtree $subtree)
No description
getIterator()
No description
int
count()
No description
Subtree|null
first()
No description
Details
static Subtrees
createEmpty()
No description
static Subtrees
fromArray(array $subtrees)
No description
void
add(Subtree $subtree)
internal |
No description
ArrayIterator
getIterator()
No description
int
count()
No description
Subtree|null
first()
No description