Exemplo n.º 1
0
 /**
  * @return ActiveRecordList
  */
 public static function debug()
 {
     $srModelObjectList = new ActiveRecordList(self::getCalledClass());
     return $srModelObjectList->debug();
 }