Page MenuHomec4science

ManiphestEmailCommand.php
No OneTemporary

File Metadata

Created
Sun, Nov 17, 01:56

ManiphestEmailCommand.php

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

Event Timeline