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