Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96313430
AlmanacDeviceListController.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, Dec 25, 03:12
Size
548 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 03:12 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23159247
Attached To
rPH Phabricator
AlmanacDeviceListController.php
View Options
<?php
final
class
AlmanacDeviceListController
extends
AlmanacDeviceController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
AlmanacDeviceSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
AlmanacDeviceEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment