Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F96365234
PhabricatorCountdownController.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, 23:28
Size
241 B
Mime Type
text/x-php
Expires
Fri, Dec 27, 23:28 (1 d, 11 h)
Engine
blob
Format
Raw Data
Handle
23172620
Attached To
rPH Phabricator
PhabricatorCountdownController.php
View Options
<?php
abstract
class
PhabricatorCountdownController
extends
PhabricatorController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
PhabricatorCountdownSearchEngine
());
}
}
Event Timeline
Log In to Comment