getRule(); $phid = $rule->getAuthorPHID(); return $this->applyAuditors(array($phid), $rule); } public function getHeraldActionStandardType() { return self::STANDARD_NONE; } public function renderActionDescription($value) { return pht('Add rule author as auditor.'); } }