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 product literal strings in "pht()", part 8
[phabricator.git]
/
src
/
applications
/
maniphest
/
search
/
ManiphestTaskFerretEngine.php
blob
31c81ab2d371ec1c317b155ef296a6e6cf7457be
1
<
?php
2
3
final class
ManiphestTaskFerretEngine
4
extends
PhabricatorFerretEngine
{
5
6
public function
getApplicationName
() {
7
return
'maniphest'
;
8
}
9
10
public function
getScopeName
() {
11
return
'task'
;
12
}
13
14
public function
newSearchEngine
() {
15
return new
ManiphestTaskSearchEngine
();
16
}
17
18
}