예제 #1
0
파일: base.php 프로젝트: bermi/akelos
 /**
  * @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);
 }