См. определение в файле ActiveRecordCollection.php строка 9
◆ add()
Append collection with new item.
- Аргументы
-
- Возвращает
- static
Замещается в Collection.
◆ delete()
Drops object from database.
- Возвращает
- Result
Замещается в Collection.
◆ find()
static find |
( |
array | $filter, |
|
|
array | $order, |
|
|
?int | $limit = null, |
|
|
?Context | $context = null ) |
|
static |
◆ getCollectionElementClass()
static getCollectionElementClass |
( |
| ) |
|
|
static |
Returns collection item's class name.
- Возвращает
- string|ActiveRecord
Замещается в Collection, BaseLinkCollection, CalendarCollection, FavoriteCollection, FileCollection, PinCollection, ReminderCollection, TaskCollection, UrlCollection, ParamArray, ReactionCollection, MessageCollection и RelationCollection.
◆ getDataClass()
Returns ORM tablet class name.
- Возвращает
- string
Замещается в Collection.
◆ getDataEntityCollection()
getDataEntityCollection |
( |
| ) |
|
Fills and prepares the fields of the data entity
- Возвращает
- Result Returns ORM data entity.
-
Collection
◆ getPrimaryIds()
◆ load()
Restores object state from database.
- Аргументы
-
int[] | array | EntityObject[] | Collection | $source | |
- Возвращает
- Result
Замещается в Collection и ParamArray.
◆ save()
Saves collection objects states into database.
- Возвращает
- Result