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
Give Phame blogs mutable interact policies
[phabricator.git]
/
src
/
applications
/
phame
/
controller
/
blog
/
PhameBlogController.php
blob
97152e5813bd615b366cf1788e0bf56e8ee6468f
1
<
?php
2
3
abstract class
PhameBlogController
extends
PhameController
{
4
5
public function
buildApplicationMenu
() {
6
return
$this
->
newApplicationMenu
()
7
->
setSearchEngine
(
new
PhameBlogSearchEngine
());
8
}
9
10
}