newaction = $newaction; } /** * Returns the action to use next * * @return string */ public function getNewAction() { return $this->newaction; } }