Page MenuHomec4science

PhabricatorXHProfSampleListController.php
No OneTemporary

File Metadata

Created
Sun, Jul 6, 17:17

PhabricatorXHProfSampleListController.php

<?php
final class PhabricatorXHProfSampleListController
extends PhabricatorXHProfController {
public function shouldAllowPublic() {
return true;
}
public function handleRequest(AphrontRequest $request) {
return id(new PhabricatorXHProfSampleSearchEngine())
->setController($this)
->buildResponse();
}
}

Event Timeline