Changeset View
Changeset View
Standalone View
Standalone View
src/applications/diviner/controller/DivinerAtomController.php
| Show First 20 Lines • Show All 56 Lines • ▼ Show 20 Lines | public function processRequest() { | ||||
| } | } | ||||
| $atom = $symbol->getAtom(); | $atom = $symbol->getAtom(); | ||||
| $crumbs = $this->buildApplicationCrumbs(); | $crumbs = $this->buildApplicationCrumbs(); | ||||
| $crumbs->setBorder(true); | $crumbs->setBorder(true); | ||||
| $crumbs->addTextCrumb( | $crumbs->addTextCrumb( | ||||
| $book->getShortTitle(), | $book->getShortTitle(), | ||||
| '/book/'.$book->getName().'/'); | '/diviner/book/'.$book->getName().'/'); | ||||
| $atom_short_title = $atom->getDocblockMetaValue( | $atom_short_title = $atom->getDocblockMetaValue( | ||||
| 'short', | 'short', | ||||
| $symbol->getTitle()); | $symbol->getTitle()); | ||||
| $crumbs->addTextCrumb($atom_short_title); | $crumbs->addTextCrumb($atom_short_title); | ||||
| $header = id(new PHUIHeaderView()) | $header = id(new PHUIHeaderView()) | ||||
| ▲ Show 20 Lines • Show All 604 Lines • Show Last 20 Lines | |||||