Bitrix API

ItemCheckListTree extends CheckListTree

Class CheckListTree

Table of Contents

Methods

attach()  : Result
attachNew()  : Result
canAttach()  : Result
delete()  : Result
detach()  : Result
detachSubTree()  : Result
ensureNodeExists()  : bool
getChildren()  : array<string|int, mixed>
getClosestParentId()  : int
getDataController()  : string
getRootId()  : string|null
isNodeExist()  : bool
isPathExist()  : bool

Methods

attach()

public static attach(mixed $id[, int $parentId = 0 ][, array<string|int, mixed> $parameters = [] ]) : Result
Parameters
$id : mixed
$parentId : int = 0
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SqlQueryException
throws
SystemException
Return values
Result

attachNew()

public static attachNew(mixed $id, mixed $parentId[, array<string|int, mixed> $parameters = [] ]) : Result
Parameters
$id : mixed
$parentId : mixed
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SqlQueryException
throws
SystemException
Return values
Result

canAttach()

public static canAttach(mixed $id[, int $parentId = 0 ]) : Result
Parameters
$id : mixed
$parentId : int = 0
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
Result

delete()

public static delete(mixed $id[, array<string|int, mixed> $parameters = [] ]) : Result
Parameters
$id : mixed
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
Result

detach()

public static detach(mixed $id) : Result
Parameters
$id : mixed
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
Result

detachSubTree()

public static detachSubTree(mixed $rootId) : Result
Parameters
$rootId : mixed
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
Result

ensureNodeExists()

public static ensureNodeExists(mixed $id) : bool
Parameters
$id : mixed
Tags
throws
NotImplementedException
Return values
bool

getChildren()

public static getChildren(mixed $id[, array<string|int, mixed> $parameters = [] ]) : array<string|int, mixed>
Parameters
$id : mixed
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
array<string|int, mixed>

getClosestParentId()

public static getClosestParentId(mixed $id) : int
Parameters
$id : mixed
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
int

getDataController()

public static getDataController() : string
Return values
string

getRootId()

public static getRootId(mixed $id) : string|null
Parameters
$id : mixed
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
string|null

isNodeExist()

public static isNodeExist(mixed $id) : bool
Parameters
$id : mixed
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
bool

isPathExist()

public static isPathExist(mixed $parentId, mixed $id[, array<string|int, mixed> $parameters = [] ]) : bool
Parameters
$parentId : mixed
$id : mixed
$parameters : array<string|int, mixed> = []
Tags
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
Return values
bool

        
On this page

Search results