Exemplo n.º 1
0
 /**
  * Prepare portal project section breadcrumb when this object is accessed
  * directly and not through module controller
  *
  * @param Portal $portal
  * @param Wireframe $wireframe
  * @return null
  */
 function preparePortalProjectSectionBreadcrumb($portal, &$wireframe)
 {
     $wireframe->addBreadCrumb(lang('Tickets'), assemble_url('portal_tickets', array('portal_name' => $portal->getSlug())));
 }
 /**
  * Prepare project section breadcrumb when this object is accessed directly 
  * and not through module controller
  *
  * @param Wireframe $wireframe
  * @return null
  */
 function prepareProjectSectionBreadcrumb(&$wireframe)
 {
     $wireframe->addBreadCrumb(lang('Milestones'), assemble_url('project_milestones', array('project_id' => $this->getProjectId())));
 }