logEffect(self::DO_NOTHING); } public function getHeraldActionStandardType() { return self::STANDARD_NONE; } protected function getActionEffectMap() { return array( self::DO_NOTHING => array( 'icon' => 'fa-check', 'color' => 'grey', 'name' => pht('Did Nothing'), ), ); } public function renderActionDescription($value) { return pht('Do nothing.'); } protected function renderActionEffectDescription($type, $data) { return pht('Did nothing.'); } }