CollabLogFilter
Table of Contents
Properties
-
$collabId
: int|null
-
$entity
: CollabEntity|null
-
$from
: DateTime|null
-
$limit
: int
-
$offset
: int
-
$to
: DateTime|null
-
$userId
: int|null
Methods
-
__construct()
: mixed
$collabId
read-only
public
int|null
$collabId
= null
$entity
read-only
public
CollabEntity|null
$entity
= null
$from
read-only
public
DateTime|null
$from
= null
$limit
read-only
public
int
$limit
= 20
$offset
read-only
public
int
$offset
= 0
$to
read-only
public
DateTime|null
$to
= null
$userId
read-only
public
int|null
$userId
= null
__construct()
public
__construct([int|null $collabId = null ][, CollabEntity|null $entity = null ][, DateTime|null $from = null ][, DateTime|null $to = null ][, int|null $userId = null ][, int $limit = 20 ][, int $offset = 0 ]) : mixed
Parameters
-
$collabId
: int|null
= null
-
-
$entity
: CollabEntity|null
= null
-
-
$from
: DateTime|null
= null
-
-
$to
: DateTime|null
= null
-
-
$userId
: int|null
= null
-
-
$limit
: int
= 20
-
-
$offset
: int
= 0
-