Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F92065980
ManiphestEmailCommand.php
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Sun, Nov 17, 01:56
Size
247 B
Mime Type
text/x-php
Expires
Tue, Nov 19, 01:56 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
22370691
Attached To
rPH Phabricator
ManiphestEmailCommand.php
View Options
<?php
abstract
class
ManiphestEmailCommand
extends
MetaMTAEmailTransactionCommand
{
public
function
isCommandSupportedForObject
(
PhabricatorApplicationTransactionInterface
$object
)
{
return
(
$object
instanceof
ManiphestTask
);
}
}
Event Timeline
Log In to Comment