Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100184676
AlmanacServiceListController.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
Tue, Jan 28, 20:55
Size
552 B
Mime Type
text/x-php
Expires
Thu, Jan 30, 20:55 (2 d)
Engine
blob
Format
Raw Data
Handle
23920063
Attached To
rPH Phabricator
AlmanacServiceListController.php
View Options
<?php
final
class
AlmanacServiceListController
extends
AlmanacServiceController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
AlmanacServiceSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
AlmanacServiceEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment