Page MenuHomestyx hydra

HeraldWebhookListController.php
No OneTemporary

HeraldWebhookListController.php

<?php
final class HeraldWebhookListController
extends HeraldWebhookController {
public function shouldAllowPublic() {
return true;
}
public function handleRequest(AphrontRequest $request) {
return id(new HeraldWebhookSearchEngine())
->setController($this)
->buildResponse();
}
protected function buildApplicationCrumbs() {
$crumbs = parent::buildApplicationCrumbs();
id(new HeraldWebhookEditEngine())
->setViewer($this->getViewer())
->addActionToCrumbs($crumbs);
return $crumbs;
}
}

File Metadata

Mime Type
text/x-php
Expires
Thu, Feb 6, 1:39 AM (11 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33848
Default Alt Text
HeraldWebhookListController.php (548 B)

Event Timeline