示例#1
0
文件: Pure.php 项目: expobrain/phpcf
 public function setDebugEnabled($flag)
 {
     $this->debug_enabled = (bool) $flag;
     $this->FSM->setIsDebug($this->debug_enabled);
 }