__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
-
\InvalidArgumentException | |
ArrayAccess: Check whether the given offset exists.
ArrayAccess: Get the value at the given offset.
offsetSet |
( |
|
$offset, |
|
|
|
$value |
|
) |
| |
ArrayAccess: Set the value at the given offset.
ArrayAccess: unset the value at the given offset (not applicable)
return representation of the current stream as an array
- Returns
- array
The documentation for this class was generated from the following file: