Ejemplo n.º 1
0
 public function setDebugEnabled($flag)
 {
     $this->debug_enabled = (bool) $flag;
     $this->FSM->setIsDebug($this->debug_enabled);
 }