FileOwnershipCollection
implements
IteratorAggregate
Table of Contents
Interfaces
- IteratorAggregate
Methods
-
__construct()
: mixed
-
count()
: int
-
getAll()
: array<string|int, FileOwnership>
-
getIterator()
: ArrayIterator|array<string|int, FileOwnership>
__construct()
public
__construct(array<string|int, mixed> $ids) : mixed
Parameters
-
$ids
: array<string|int, mixed>
-
count()
public
count() : int
getAll()
public
getAll() : array<string|int, FileOwnership>
getIterator()
public
getIterator() : ArrayIterator|array<string|int, FileOwnership>