예제 #1
0
 public function sn()
 {
     $type = isset($_GET['type']) ? intval($_GET['type']) : 1;
     parent::sn($type);
     $this->display();
 }
예제 #2
0
	public function sn(){
		parent::sn(6);
		$this->display('Lottery:sn');
	}
예제 #3
0
 public function sn()
 {
     parent::sn($this->lotteryType);
     $this->display('Lottery:sn');
     //$this->display();
 }