Ejemplo n.º 1
0
 static function enable($lvl, Dao_DebugLog $debugLogDao)
 {
     self::$_level = $lvl;
     self::$_debugLogDao = $debugLogDao;
 }