Projections
final class Projections implements IteratorAggregate, Countable (View source)
| internal |
An immutable set of Content Repository projections ({ProjectionInterface}
Methods
static Projections
createEmpty()
No description
static Projections
fromArray(array $projections)
No description
bool
getIterator()
No description
int
count()
No description
Details
static Projections
createEmpty()
No description
static Projections
fromArray(array $projections)
No description
ProjectionInterface
get(SubscriptionId $id)
No description
bool
has(SubscriptionId $id)
No description
Projections
with(SubscriptionId $id, ProjectionInterface $projection)
No description
Traversable
getIterator()
No description
int
count()
No description