CheckList implements Copyable
Table of Contents
Interfaces
Methods
- __construct() : mixed
- copy() : Result
- Copies checklists.
Methods
__construct()
public
__construct(TaskCheckList $checkList, mixed $executiveUserId) : mixed
Parameters
- $checkList : TaskCheckList
- $executiveUserId : mixed
copy()
Copies checklists.
public
copy(ContainerCollection $containerCollection) : Result
Parameters
- $containerCollection : ContainerCollection
-
The object with data to copy.