Esempio n. 1
0
 /**
  * @deprecated
  * @uses  AkDebug::dump
  */
 static function dump($var, $method = null, $max_length = null)
 {
     Ak::deprecateMethod(__METHOD__, 'AkDebug::dump()');
     return AkDebug::dump($var, $method, $max_length);
 }