[ Index ] |
PHP Cross Reference of Phabricator |
[Summary view] [Print] [Text view]
1 <?php 2 3 abstract class HarbormasterPlanController extends HarbormasterController { 4 5 public function buildApplicationCrumbs() { 6 $crumbs = parent::buildApplicationCrumbs(); 7 8 $crumbs->addTextCrumb( 9 pht('Build Plans'), 10 $this->getApplicationURI('plan/')); 11 12 return $crumbs; 13 } 14 15 }
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Sun Nov 30 09:20:46 2014 | Cross-referenced by PHPXref 0.7.1 |