예제 #1
0
파일: Pure.php 프로젝트: expobrain/phpcf
 public function setDebugEnabled($flag)
 {
     $this->debug_enabled = (bool) $flag;
     $this->FSM->setIsDebug($this->debug_enabled);
 }