Page MenuHomec4science

PhabricatorXHProfSampleListController.php
No OneTemporary

File Metadata

Created
Tue, Jul 8, 06:41

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