コード例 #1
0
ファイル: Auto.php プロジェクト: soundintheory/fuel-cmf
 public function stop()
 {
     parent::stop();
     $this->stopListeners();
     $this->queries = array();
 }