Bitrix API

Context

Tags
@property

Core\Section\SectionMap|null sections

@property

Sync\Connection\ConnectionMap|null connections

@property

Sync\Connection\EventConnectionMap|null eventConnections

Table of Contents

Properties

$section  : Section|null
$sectionConnections  : SectionConnection|null
$server  : mixed|null
$sync  : mixed|null

Methods

__construct()  : mixed
__get()  : mixed
__isset()  : mixed
__set()  : mixed
add()  : $this
you should add property e.g. you should add service data
getByKey()  : mixed
merge()  : $this
merge Context

Properties

Methods

__construct()

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

__get()

public __get(mixed $name) : mixed
Parameters
$name : mixed

__isset()

public __isset(mixed $name) : mixed
Parameters
$name : mixed

__set()

public __set(mixed $name, mixed $value) : mixed
Parameters
$name : mixed
$value : mixed

add()

you should add property e.g. you should add service data

public add(string $type, string $property, mixed $value) : $this
Parameters
$type : string
$property : string
$value : mixed
Return values
$this

getByKey()

public getByKey(string $key) : mixed
Parameters
$key : string

merge()

merge Context

public merge(Context $context) : $this
Parameters
$context : Context
Return values
$this

        
On this page

Search results