コード例 #1
0
ファイル: ResearchAction.class.php プロジェクト: kevicki/pig
	public function cheat(){
		parent::cheat();
		$this->display();
	}
コード例 #2
0
 public function cheat()
 {
     parent::cheat(5);
     $this->display('Lottery:cheat');
 }