◆ __construct()
__construct |
( |
|
$contexts, |
|
|
Filter |
$filter |
|
) |
| |
creates a stream representing the activities for the passed contexts, filter by time (if any)
- Parameters
-
array | $contexts | All contexts that need to be considered |
\Studip\Activity\Filter | $filter | |
- Exceptions
-
◆ count()
◆ getIterator()
◆ offsetExists()
ArrayAccess: Check whether the given offset exists.
◆ offsetGet()
ArrayAccess: Get the value at the given offset.
◆ offsetSet()
offsetSet |
( |
|
$offset, |
|
|
|
$value |
|
) |
| |
ArrayAccess: Set the value at the given offset.
◆ offsetUnset()
ArrayAccess: unset the value at the given offset (not applicable)
◆ toArray()
return representation of the current stream as an array
- Returns
- array
The documentation for this class was generated from the following file: