コード例 #1
0
ファイル: Pure.php プロジェクト: expobrain/phpcf
 public function setDebugEnabled($flag)
 {
     $this->debug_enabled = (bool) $flag;
     $this->FSM->setIsDebug($this->debug_enabled);
 }