Пример #1
0
 /**
  * @see FlashVarState::__construct()
  * @param $player
  * @param string $post_values
  * @return \BasicState
  */
 public function __construct($player, $post_values = "")
 {
     parent::__construct($player, $post_values);
 }
Пример #2
0
 /**
  * Renders the button bar.
  * @param $form
  * @param boolean $show_previous Controls whether the previous button is
  * shown.  Defaults to true.
  *
  */
 protected function getButtonBar(&$form, $show_previous = true)
 {
     $this->buttonBar($form, FlashVarState::getID(), $show_previous);
 }