CollectionComposite
in package
Table of Contents
- $collections : array<string|int, mixed>
- add() : void
- update() : void
Properties
$collections
private
array<string|int, mixed>
$collections
= []
Methods
add()
public
add(BaseCollection $collection) : void
Parameters
- $collection : BaseCollection
Return values
void —update()
public
update(array<string|int, mixed> $filter, array<string|int, mixed> $update) : void
Parameters
- $filter : array<string|int, mixed>
- $update : array<string|int, mixed>