Type
Class Type
Table of Contents
Constants
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
stringgetCaptions()
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|nullgetPrevId()
Get prev ID.
public
static getPrevId(int $id) : int|null
Parameters
- $id : int
-
ID.
Return values
int|nullgetSequence()
Get level sequence.
public
static getSequence() : array<string|int, int>