Page MenuHomec4science

ManiphestEmailCommand.php
No OneTemporary

File Metadata

Created
Sun, Oct 13, 07:06

ManiphestEmailCommand.php

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

Event Timeline