Changeset View
Changeset View
Standalone View
Standalone View
src/applications/base/controller/PhabricatorController.php
| Show First 20 Lines • Show All 515 Lines • ▼ Show 20 Lines | $timeline = $view | ||||
| ->setQuoteTargetID($this->getRequest()->getStr('quoteTargetID')) | ->setQuoteTargetID($this->getRequest()->getStr('quoteTargetID')) | ||||
| ->setQuoteRef($this->getRequest()->getStr('quoteRef')); | ->setQuoteRef($this->getRequest()->getStr('quoteRef')); | ||||
| $object->willRenderTimeline($timeline, $this->getRequest()); | $object->willRenderTimeline($timeline, $this->getRequest()); | ||||
| return $timeline; | return $timeline; | ||||
| } | } | ||||
| public function buildApplicationCrumbsForEditEngine() { | |||||
| // TODO: This is kind of gross, I'm bascially just making this public so | |||||
| // I can use it in EditEngine. We could do this without making it public | |||||
| // by using controller delegation, or make it properly public. | |||||
| return $this->buildApplicationCrumbs(); | |||||
| } | |||||
| /* -( Deprecated )--------------------------------------------------------- */ | /* -( Deprecated )--------------------------------------------------------- */ | ||||
| /** | /** | ||||
| * DEPRECATED. | * DEPRECATED. | ||||
| */ | */ | ||||
| private $extraQuicksandConfig = array(); | private $extraQuicksandConfig = array(); | ||||
| ▲ Show 20 Lines • Show All 69 Lines • Show Last 20 Lines | |||||