Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F114965705
PhabricatorFileController.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
Thu, May 29, 01:31
Size
230 B
Mime Type
text/x-php
Expires
Sat, May 31, 01:31 (2 d)
Engine
blob
Format
Raw Data
Handle
26438441
Attached To
rPH Phabricator
PhabricatorFileController.php
View Options
<?php
abstract
class
PhabricatorFileController
extends
PhabricatorController
{
public
function
buildApplicationMenu
()
{
return
$this
->
newApplicationMenu
()
->
setSearchEngine
(
new
PhabricatorFileSearchEngine
());
}
}
Event Timeline
Log In to Comment