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