getRule()->getAuthorPHID(); // For personal rules, we'll force delivery of a real email. This effect // is stronger than notification preferences, so you get an actual email // even if your preferences are set to "Notify" or "Ignore". return $this->applyEmail(array($phid), $force = true); } public function getHeraldActionStandardType() { return self::STANDARD_NONE; } public function renderActionDescription($value) { return pht('Send an email to rule author.'); } }