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
/
phrequent
/
conduit
/
PhrequentConduitAPIMethod.php
blob
88b23937f8ab0a9b8a4a524b5944f0e4fc8ff0ac
1
<
?php
2
3
abstract class
PhrequentConduitAPIMethod
extends
ConduitAPIMethod
{
4
5
final public function
getApplication
() {
6
return
PhabricatorApplication
::
getByClass
(
7
'PhabricatorPhrequentApplication'
);
8
}
9
10
}