Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F97581147
HeraldWebhookListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Jan 5, 11:00
Size
548 B
Mime Type
text/x-php
Expires
Tue, Jan 7, 11:00 (2 d)
Engine
blob
Format
Raw Data
Handle
23430670
Attached To
rPH Phabricator
HeraldWebhookListController.php
View Options
<?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
;
}
}
Event Timeline
Log In to Comment