Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92481402
PhabricatorBadgesController.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 20, 16:30
Size
234 B
Mime Type
text/x-php
Expires
Fri, Nov 22, 16:30 (2 d)
Engine
blob
Format
Raw Data
Handle
22445015
Attached To
rPH Phabricator
PhabricatorBadgesController.php
View Options
<?php
abstract
class
PhabricatorBadgesController
extends
PhabricatorController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
PhabricatorBadgesSearchEngine
());
}
}
Event Timeline
Log In to Comment