示例#1
0
 /**
  * @see FlashVarState::__construct()
  * @param $player
  * @param string $post_values
  * @return \BasicState
  */
 public function __construct($player, $post_values = "")
 {
     parent::__construct($player, $post_values);
 }