Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96152487
AlmanacNamespaceListController.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
Mon, Dec 23, 05:13
Size
560 B
Mime Type
text/x-php
Expires
Wed, Dec 25, 05:13 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23134644
Attached To
rPH Phabricator
AlmanacNamespaceListController.php
View Options
<?php
final
class
AlmanacNamespaceListController
extends
AlmanacNamespaceController
{
public
function
shouldAllowPublic
()
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
AlmanacNamespaceSearchEngine
())
->
setController
(
$this
)
->
buildResponse
();
}
protected
function
buildApplicationCrumbs
()
{
$crumbs
=
parent
::
buildApplicationCrumbs
();
id
(
new
AlmanacNamespaceEditEngine
())
->
setViewer
(
$this
->
getViewer
())
->
addActionToCrumbs
(
$crumbs
);
return
$crumbs
;
}
}
Event Timeline
Log In to Comment