Example #1
0
 /**
  * Returns an array of parent menu items
  *
  * @return array
  */
 public function getBreadcrumb()
 {
     return $this->project->getSidebarMenu()->getBreadcrumbToHref($this->url());
 }