Added docblock.
This commit is contained in:
parent
7f1becf283
commit
1bc6140394
@ -232,6 +232,12 @@ class Paginator implements \Countable, \IteratorAggregate
|
|||||||
return $this->useOutputWalkers;
|
return $this->useOutputWalkers;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Appends a custom tree walker to the tree walkers hint.
|
||||||
|
*
|
||||||
|
* @param Query $query
|
||||||
|
* @param string $walkerClass
|
||||||
|
*/
|
||||||
private function appendTreeWalker(Query $query, $walkerClass)
|
private function appendTreeWalker(Query $query, $walkerClass)
|
||||||
{
|
{
|
||||||
$hints = $query->getHint(Query::HINT_CUSTOM_TREE_WALKERS);
|
$hints = $query->getHint(Query::HINT_CUSTOM_TREE_WALKERS);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user