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