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
Remove all "FileHasObject" edge reads and writes
[phabricator.git]
/
src
/
applications
/
fund
/
search
/
FundInitiativeFerretEngine.php
blob
785b40b06f8097a7ae9cb7151a33ba2829d68bbc
1
<
?php
2
3
final class
FundInitiativeFerretEngine
4
extends
PhabricatorFerretEngine
{
5
6
public function
getApplicationName
() {
7
return
'fund'
;
8
}
9
10
public function
getScopeName
() {
11
return
'initiative'
;
12
}
13
14
public function
newSearchEngine
() {
15
return new
FundInitiativeSearchEngine
();
16
}
17
18
}