CheckList extends SubItem
FinalYes
Class CheckList
Table of Contents
Methods
- deleteByParent() : mixed
- findByParent() : Collection
- getCollectionClass() : mixed
- getDataSourceClass() : mixed
- getFieldTitleHTML() : mixed
- getParent() : mixed
- getParentId() : mixed
- getUserId() : mixed
- isCompleted() : mixed
- prepareData() : bool
- Do some data rearrangements before save() performed
- setParent() : mixed
- setParentId() : mixed
Methods
deleteByParent()
public
static deleteByParent(mixed $parentId[, array<string|int, mixed> $parameters = array() ][, mixed $settings = null ]) : mixed
Parameters
- $parentId : mixed
- $parameters : array<string|int, mixed> = array()
- $settings : mixed = null
findByParent()
public
static findByParent(mixed $parentId[, array<string|int, mixed> $parameters = array() ][, mixed $settings = null ]) : Collection
Parameters
- $parentId : mixed
- $parameters : array<string|int, mixed> = array()
- $settings : mixed = null
Return values
CollectiongetCollectionClass()
public
static getCollectionClass() : mixed
getDataSourceClass()
public
static getDataSourceClass() : mixed
getFieldTitleHTML()
public
getFieldTitleHTML() : mixed
getParent()
public
getParent() : mixed
getParentId()
public
getParentId() : mixed
getUserId()
public
getUserId() : mixed
isCompleted()
public
isCompleted() : mixed
prepareData()
Do some data rearrangements before save() performed
public
prepareData(Result $result) : bool
Parameters
- $result : Result
Tags
Return values
boolsetParent()
public
setParent(Item|null $instance) : mixed
Parameters
- $instance : Item|null
Tags
setParentId()
public
setParentId(mixed $id) : mixed
Parameters
- $id : mixed