1 | <?php |
||
11 | class CategoryLoopException extends \Exception { |
||
12 | |||
13 | /** @var Pages */ |
||
14 | protected $categoryPath; |
||
15 | |||
16 | /** |
||
17 | * @param Pages $path |
||
18 | */ |
||
19 | 1 | public function setCategoryPath( Pages $path ) { |
|
22 | |||
23 | /** |
||
24 | * Get the path of Pages that comprise the category loop. The first item in this list is also a |
||
25 | * child page of the last item. |
||
26 | * @return Pages The set of category Pages that comprise the category loop. |
||
27 | */ |
||
28 | 1 | public function getCategoryPath() { |
|
31 | |||
32 | } |
||
33 |