SessionListInterface
SessionListInterface.php
:
20
Interface
Extends
IteratorAggregate
List of invitations being result of executing invitation query.
Methods¶
getFirst()
¶
SessionListInterface.php
:
39
Returns first session from collection.
|
|
Return values
Tags
getSessions()
¶
SessionListInterface.php
:
27
Returns the collaboration sessions matching query within offset and limit.
|
|
Return values
array<string|int, SessionInterface>
getTotalCount()
¶
SessionListInterface.php
:
32
Returns the total count of collaboration sessions matching query (filtered by permissions).
|
|
Return values
int