1
0
mirror of synced 2025-02-01 04:51:45 +03:00

Added docblock.

This commit is contained in:
Roger Llopart Pla 2013-07-03 12:24:57 +02:00 committed by Benjamin Eberlei
parent 7f1becf283
commit 1bc6140394

View File

@ -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);