Bitrix API

Node extends AbstractBaseDto

Table of Contents

Properties

$attachments  : array<string|int, mixed>
$id  : int|null
$isComplete  : bool
$isImportant  : bool
$members  : array<string|int, mixed>
$nodeId  : string
$parentId  : int
$parentNodeId  : string
$sortIndex  : int
$title  : string

Methods

__call()  : mixed
checkPrimary()  : void
createFromArray()  : static
getAccomplices()  : array<string|int, mixed>
getAuditors()  : array<string|int, mixed>
getPrimaryName()  : string
setNodeId()  : self
toArray()  : array<string|int, mixed>
validate()  : void
validateIfSet()  : void

Properties

$attachments

public array<string|int, mixed> $attachments = []

$isComplete

public bool $isComplete = false

$isImportant

public bool $isImportant = false

$members

public array<string|int, mixed> $members = []

$parentId

public int $parentId = 0
Attributes
#[Min]
0

$parentNodeId

public string $parentNodeId = '0'

$sortIndex

public int $sortIndex = 0

Methods

__call()

public __call(string $name, array<string|int, mixed> $args) : mixed
Parameters
$name : string
$args : array<string|int, mixed>
Tags
throws
InvalidArgumentException

checkPrimary()

public checkPrimary() : void
Tags
throws
InvalidArgumentException

createFromArray()

public static createFromArray(array<string|int, mixed>|Arrayable $data) : static
Parameters
$data : array<string|int, mixed>|Arrayable
Tags
throws
InvalidArgumentException
Return values
static

getAccomplices()

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

getAuditors()

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

getPrimaryName()

public getPrimaryName() : string
Tags
throws
OutOfBoundsException
Return values
string

setNodeId()

public setNodeId(string $nodeId) : self
Parameters
$nodeId : string
Return values
self

toArray()

public toArray([bool $withDefault = true ]) : array<string|int, mixed>
Parameters
$withDefault : bool = true
Return values
array<string|int, mixed>

validate()

public validate() : void
Tags
throws
InvalidArgumentException

validateIfSet()

public validateIfSet() : void
Tags
throws
InvalidArgumentException

        
On this page

Search results