Bitrix API

Item

Table of Contents

Methods

__construct()  : mixed
getAppCode()  : string|null
getCategory()  : string
getCode()  : string
getCompletionsUrl()  : string
getCreatedDate()  : DateTime
getId()  : int
getName()  : string
getOption()  : mixed
getSettings()  : array<string|int, mixed>

Methods

__construct()

public __construct(int $id, string $name, string $code, string|null $appCode, string $category, string $completionsUrl, array<string|int, mixed> $settings, DateTime $createdDate) : mixed
Parameters
$id : int
$name : string
$code : string
$appCode : string|null
$category : string
$completionsUrl : string
$settings : array<string|int, mixed>
$createdDate : DateTime

getAppCode()

public getAppCode() : string|null
Return values
string|null

getCategory()

public getCategory() : string
Return values
string

getCode()

public getCode() : string
Return values
string

getCompletionsUrl()

public getCompletionsUrl() : string
Return values
string

getId()

public getId() : int
Return values
int

getName()

public getName() : string
Return values
string

getOption()

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

getSettings()

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

        
On this page

Search results