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