예제 #1
0
	public function cheat(){
		parent::cheat();
		$this->display();
	}
예제 #2
0
 public function cheat()
 {
     parent::cheat(5);
     $this->display('Lottery:cheat');
 }