Bitrix API

CheckList extends PublicAction

FinalYes

Table of Contents

Methods

__construct()  : mixed
add()  : mixed
Add a new check list item to a specified task template
canExecute()  : mixed
complete()  : mixed
Set a specified check list item complete
delete()  : mixed
Delete a check list item
getComponentHTML()  : mixed
getErrorCollection()  : mixed
getErrors()  : mixed
getForbiddenMethods()  : array<string|int, mixed>
todo: replace this method with some phpdoc notation
isVersionGT()  : mixed
moveAfter()  : mixed
renew()  : mixed
Set a specified check list item uncomplete
update()  : mixed
Update a check list item

Methods

add()

Add a new check list item to a specified task template

public add(array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
$data : array<string|int, mixed>
$parameters : array<string|int, mixed> = array()

complete()

Set a specified check list item complete

public complete(mixed $id) : mixed
Parameters
$id : mixed

delete()

Delete a check list item

public delete(mixed $id) : mixed
Parameters
$id : mixed

getComponentHTML()

public static getComponentHTML(mixed $name[, mixed $template = '' ][, array<string|int, mixed> $callParameters = array() ][, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
$name : mixed
$template : mixed = ''
$callParameters : array<string|int, mixed> = array()
$parameters : array<string|int, mixed> = array()

getErrorCollection()

public getErrorCollection() : mixed

getForbiddenMethods()

todo: replace this method with some phpdoc notation

public static getForbiddenMethods() : array<string|int, mixed>
Return values
array<string|int, mixed>

moveAfter()

public moveAfter(mixed $id, mixed $afterId) : mixed
Parameters
$id : mixed
$afterId : mixed
Tags
see
TemplateCheckListFacade

Move a specified check list item after another check list item

renew()

Set a specified check list item uncomplete

public renew(mixed $id) : mixed
Parameters
$id : mixed

update()

Update a check list item

public update(mixed $id, array<string|int, mixed> $data[, array<string|int, mixed> $parameters = array() ]) : mixed
Parameters
$id : mixed
$data : array<string|int, mixed>
$parameters : array<string|int, mixed> = array()

        
On this page

Search results