Открытые члены | |
__construct ($source=null) | |
add (ActiveRecord $entry) | |
offsetSet ($offset, $entry) | |
load ($source) | |
delete () | |
Открытые члены унаследованные от Registry | |
unsetByKeys (array $keys) | |
filter (callable $predicate) | |
getAny () | |
Открытые члены унаследованные от ActiveRecordCollection | |
getPrimaryIds () | |
getDataEntityCollection () | |
save () | |
Открытые статические члены | |
static | getDataClass () |
static | getCollectionElementClass () |
static | find (array $filter, array $order, ?int $limit=null, ?Context $context=null) |
Защищенные члены | |
setDataEntityCollection (ORM\Objectify\Collection $entityCollection) | |
initByEntitiesCollection (ORM\Objectify\Collection $entitiesCollection) | |
initByArray (array $items) | |
Защищенные данные | |
ORM Objectify Collection | $dataEntityCollection = null |
int | $newEntityTmpId = 0 |
Registry<ActiveRecord & RegistryEntry>
См. определение в файле Collection.php строка 13
__construct | ( | $source = null | ) |
См. определение в файле Collection.php строка 20
add | ( | ActiveRecord | $entry | ) |
Append collection with new item.
ActiveRecord | $entry |
ArgumentTypeException |
Замещает ActiveRecordCollection.
См. определение в файле Collection.php строка 60
delete | ( | ) |
Delete from the database all entities that are in the registry and have an id
Замещает ActiveRecordCollection.
См. определение в файле Collection.php строка 274
|
staticabstract |
array | $filter | |
array | $order | |
int | null | $limit | |
Context | null | $context |
Замещает ActiveRecordCollection.
Переопределяется в CalendarCollection, ReminderCollection, ParamArray, ReactionCollection, PinCollection, TaskCollection, FavoriteCollection и FileCollection.
|
staticabstract |
Returns collection item's class name.
Замещает ActiveRecordCollection.
Переопределяется в BaseLinkCollection, CalendarCollection, FavoriteCollection, FileCollection, PinCollection, ReminderCollection, TaskCollection, UrlCollection, ParamArray, ReactionCollection, MessageCollection и RelationCollection.
|
staticfinal |
Returns ORM tablet class name.
Замещает ActiveRecordCollection.
См. определение в файле Collection.php строка 34
|
protected |
|
protected |
ORM\Objectify\Collection | $entitiesCollection |
ArgumentTypeException |
См. определение в файле Collection.php строка 338
load | ( | $source | ) |
int[] | array | ORM\Objectify\Collection | $source |
Замещает ActiveRecordCollection.
Переопределяется в ParamArray.
См. определение в файле Collection.php строка 175
offsetSet | ( | $offset, | |
$entry ) |
Alias to add method.
$offset | |
$entry |
См. определение в файле Collection.php строка 94
|
protected |
ORM\Objectify\Collection | $entityCollection |
См. определение в файле Collection.php строка 200
|
protected |
См. определение в файле Collection.php строка 15
|
protected |
См. определение в файле Collection.php строка 18