コード例 #1
0
ファイル: Auto.php プロジェクト: soundintheory/fuel-cmf
 protected function stopListeners()
 {
     if ($this->logger) {
         $this->logger = null;
         \D::setLogger(null);
     }
 }