repo.or.cz
/
phabricator.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Provide a rudimentary "Attached Files" curtain UI panel
[phabricator.git]
/
src
/
applications
/
files
/
controller
/
PhabricatorFileController.php
blob
744123ef3e75f76c24e2785e39f7daa695aa0b78
1
<
?php
2
3
abstract class
PhabricatorFileController
extends
PhabricatorController
{
4
5
public function
buildApplicationMenu
() {
6
return
$this
->
newApplicationMenu
()
7
->
setSearchEngine
(
new
PhabricatorFileSearchEngine
());
8
}
9
10
}