TaskBlockData
Table of Contents
Properties
Methods
- __construct() : mixed
Properties
$rowLimit read-only
public
int
$rowLimit
$taskId read-only
public
int
$taskId
$taskName read-only
public
string
$taskName
$userId read-only
public
int
$userId
Methods
__construct()
public
__construct(int $taskId, string $taskName[, int $userId = 0 ][, int $rowLimit = 0 ]) : mixed
Parameters
- $taskId : int
- $taskName : string
- $userId : int = 0
- $rowLimit : int = 0