public function setActionName($action = 'default') { self::$_currentAction = strtolower($action); return self::$_instance; }