Page MenuHomec4science

ManiphestEmailCommand.php
No OneTemporary

File Metadata

Created
Tue, Jan 7, 00:17

ManiphestEmailCommand.php

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

Event Timeline