Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F115450962
PhabricatorCalendarEventEmailCommand.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, Jun 1, 02:31
Size
273 B
Mime Type
text/x-php
Expires
Tue, Jun 3, 02:31 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
26493221
Attached To
rPH Phabricator
PhabricatorCalendarEventEmailCommand.php
View Options
<?php
abstract
class
PhabricatorCalendarEventEmailCommand
extends
MetaMTAEmailTransactionCommand
{
public
function
isCommandSupportedForObject
(
PhabricatorApplicationTransactionInterface
$object
)
{
return
(
$object
instanceof
PhabricatorCalendarEvent
);
}
}
Event Timeline
Log In to Comment