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