Page MenuHomePhorge

ManiphestEmailCommand.php
No OneTemporary

ManiphestEmailCommand.php

<?php
abstract class ManiphestEmailCommand
extends MetaMTAEmailTransactionCommand {
public function isCommandSupportedForObject(
PhabricatorApplicationTransactionInterface $object) {
return ($object instanceof ManiphestTask);
}
}

File Metadata

Mime Type
text/x-php
Expires
Jan 19 2025, 20:04 (5 w, 6 d ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1128284
Default Alt Text
ManiphestEmailCommand.php (247 B)

Event Timeline