CheckListItem
Table of Contents
Properties
-
$data
: mixed
-
$done
: mixed
-
$id
: mixed
-
$order
: mixed
-
$path
: mixed
-
$subTitle
: mixed
-
$title
: mixed
Methods
-
__construct()
: mixed
$data
public
mixed
$data
$done
public
mixed
$done
$id
public
mixed
$id
$order
public
mixed
$order
$path
public
mixed
$path
$subTitle
public
mixed
$subTitle
$title
public
mixed
$title
__construct()
public
__construct(string $title, string|null $subTitle[, bool|null $done = false ][, JsPath|null $path = null ][, array<string|int, mixed> $data = [] ][, int $order = 0 ]) : mixed
Parameters
-
$title
: string
-
-
$subTitle
: string|null
-
-
$done
: bool|null
= false
-
-
$path
: JsPath|null
= null
-
-
$data
: array<string|int, mixed>
= []
-
-
$order
: int
= 0
-