Exemple #1
0
 /**
  * Подключает файл функций 
  *
  * @return void
  */
 protected function includeFunction()
 {
     include_once __DIR__ . '/Functions/default.php';
     abcForFunctions($this);
 }
/**
 * Трассировка скриптов
 *
 * @return void
 */
function dbg($var = 'stop')
{
    $abc = abcForFunctions();
    new Dbg($var, $abc);
}