ChecklistModel
Table of Contents
Methods
- __construct() : mixed
- createFromArray() : self
- createFromChecklist() : mixed
- createFromId() : self
- getEntityId() : int
- getId() : int
- getOwnerId() : int
Methods
__construct()
public
__construct() : mixed
createFromArray()
public
static createFromArray(array<string|int, mixed> $data) : self
Parameters
- $data : array<string|int, mixed>
Return values
selfcreateFromChecklist()
public
static createFromChecklist(CheckList $checklist) : mixed
Parameters
- $checklist : CheckList
createFromId()
public
static createFromId(int $id) : self
Parameters
- $id : int
Return values
selfgetEntityId()
public
getEntityId() : int
Return values
intgetId()
public
getId() : int
Return values
intgetOwnerId()
public
getOwnerId() : int