getRule(); $author_phid = $rule->getAuthorPHID(); $this->applyRouting( $rule, PhabricatorMailRoutingRule::ROUTE_AS_MAIL, array($author_phid)); } public function getHeraldActionStandardType() { return self::STANDARD_NONE; } public function renderActionDescription($value) { return pht('Deliver as email.'); } }