categoryPath = $path; } /** * Get the path of Pages that comprise the category loop. The first item in this list is also a * child page of the last item. * @return Pages The set of category Pages that comprise the category loop. */ public function getCategoryPath() { return $this->categoryPath; } }