Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F90930144
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
Wed, Nov 6, 02:56
Size
552 B
Mime Type
text/x-php
Expires
Fri, Nov 8, 02:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22161180
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