Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2894097
PhabricatorCountdownListController.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
576 B
Referenced Files
None
Subscribers
None
PhabricatorCountdownListController.php
View Options
<?php
final
class
PhabricatorCountdownListController
extends
PhabricatorCountdownController
{
public
function
shouldAllowPublic
(
)
{
return
true
;
}
public
function
handleRequest
(
AphrontRequest
$request
)
{
return
id
(
new
PhabricatorCountdownSearchEngine
(
)
)
->
setController
(
$this
)
->
buildResponse
(
)
;
}
protected
function
buildApplicationCrumbs
(
)
{
$crumbs
=
parent
::
buildApplicationCrumbs
(
)
;
id
(
new
PhabricatorCountdownEditEngine
(
)
)
->
setViewer
(
$this
->
getViewer
(
)
)
->
addActionToCrumbs
(
$crumbs
)
;
return
$crumbs
;
}
}
File Metadata
Details
Attached
Mime Type
text/x-php
Expires
Sun, Jan 19, 19:23 (1 d, 20 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1127929
Default Alt Text
PhabricatorCountdownListController.php (576 B)
Attached To
Mode
rP Phorge
Attached
Detach File
Event Timeline
Log In to Comment