current_player); return new LTASState($this->current_player, $this->current_post_values); } /** * @see FlashVarState::getPreviousState() * @return \BasicState */ public function getPreviousState() { LongTailFramework::setConfig($this->current_player); return new BasicState($this->current_player); } /** * @see FlashVarState::getCancelState() * @return \PlayerState */ public function getCancelState() { return new PlayerState(""); } /** * @see FlashVarState::getSaveState() * @return \PlayerState */ public function getSaveState() { return new PlayerState(""); } /** * @see FlashVarState::flashVarCat() * @return \LongTailFramework.ADVANCED */ protected function flashVarCat() { return LongTailFramework::ADVANCED; } /** * @see FlashVarState::getButtonBar() * @param bool $show_previous */ protected function getButtonBar($show_previous = true) { $this->buttonBar(AdvancedState::getID()); } /** * @see FlashVarState::getTitle() * @return \WizardState.ADVANCED_STATE */ public static function getTitle() { return WizardState::ADVANCED_STATE; } /** * @see FlashVarState::getFooter() */ protected function getFooter() { ?>


Note: Overriding the standard flashvars could lead to unexpected behavior. "; ?>