Bitrix API

Type

Class Type

Table of Contents

Constants

Adgroup  = 1
Campaign  = 0
Keyword  = 100

Methods

getCaption()  : string
Get level caption.
getCaptions()  : array<string|int, mixed>
Get level captions.
getNextId()  : int|null
Get next ID.
getPrevId()  : int|null
Get prev ID.
getSequence()  : array<string|int, int>
Get level sequence.

Constants

Adgroup

public mixed Adgroup = 1

Campaign

public mixed Campaign = 0

Keyword

public mixed Keyword = 100

Methods

getCaption()

Get level caption.

public static getCaption(int $id[, string $sourceCode = null ]) : string
Parameters
$id : int

Level ID.

$sourceCode : string = null

Source code.

Return values
string

getCaptions()

Get level captions.

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

getNextId()

Get next ID.

public static getNextId(int $id) : int|null
Parameters
$id : int

ID.

Return values
int|null

getPrevId()

Get prev ID.

public static getPrevId(int $id) : int|null
Parameters
$id : int

ID.

Return values
int|null

getSequence()

Get level sequence.

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

        
On this page

Search results