Added docblock.
This commit is contained in:
parent
243832555b
commit
5aad1df149
1 changed files with 6 additions and 0 deletions
|
@ -232,6 +232,12 @@ class Paginator implements \Countable, \IteratorAggregate
|
|||
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)
|
||||
{
|
||||
$hints = $query->getHint(Query::HINT_CUSTOM_TREE_WALKERS);
|
||||
|
|
Loading…
Add table
Reference in a new issue