getRule(); return $this->applyAuditors($effect->getTarget(), $rule); } public function getHeraldActionStandardType() { return self::STANDARD_PHID_LIST; } protected function getDatasource() { return new DiffusionAuditorDatasource(); } public function renderActionDescription($value) { return pht('Add auditors: %s.', $this->renderHandleList($value)); } }