Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F116070236
PhabricatorSlowvoteController.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, Jun 4, 18:19
Size
238 B
Mime Type
text/x-php
Expires
Fri, Jun 6, 18:19 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26516853
Attached To
rPH Phabricator
PhabricatorSlowvoteController.php
View Options
<?php
abstract
class
PhabricatorSlowvoteController
extends
PhabricatorController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
PhabricatorSlowvoteSearchEngine
());
}
}
Event Timeline
Log In to Comment