Example #1
0
 /**
  * TuiyoAPI::debugAPI()
  * 
  * @param bool $mode
  * @return
  */
 public function debugAPI($mode = FALSE)
 {
     self::$_debug = (bool) $mode;
     TuiyoAPI::reset();
 }