[ Index ]

PHP Cross Reference of Phabricator

title

Body

[close]

/src/applications/audit/controller/ -> PhabricatorAuditListController.php (source)

   1  <?php
   2  
   3  final class PhabricatorAuditListController
   4    extends PhabricatorAuditController {
   5  
   6    public function shouldAllowPublic() {
   7      return true;
   8    }
   9  
  10    public function handleRequest(AphrontRequest $request) {
  11      $controller = id(new PhabricatorApplicationSearchController())
  12        ->setQueryKey($request->getURIData('queryKey'))
  13        ->setSearchEngine(new PhabricatorCommitSearchEngine())
  14        ->setNavigation($this->buildSideNavView());
  15  
  16      return $this->delegateToController($controller);
  17    }
  18  
  19  }


Generated: Sun Nov 30 09:20:46 2014 Cross-referenced by PHPXref 0.7.1