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
/
maniphest
/
command
/
ManiphestEmailCommand.php
blob
5826135f9555d99c12e09b23bf37891a00cbec72
1
<
?php
2
3
abstract class
ManiphestEmailCommand
4
extends
MetaMTAEmailTransactionCommand
{
5
6
public function
isCommandSupportedForObject
(
7
PhabricatorApplicationTransactionInterface
$object
) {
8
return
(
$object
instanceof
ManiphestTask
);
9
}
10
11
}