Bitrix API

Arguments

Table of Contents

Methods

__construct()  : mixed
getArg()  : mixed
getArgSingle()  : mixed
getArray()  : array<string|int, mixed>
getFirst()  : mixed
getFirstSingle()  : mixed
getFlatArray()  : array<string|int, mixed>
getParser()  : Parser
getSecond()  : mixed
getSecondSingle()  : mixed
getThird()  : mixed
getThirdSingle()  : mixed
setArgs()  : self

Methods

__construct()

public __construct(Parser $parser[, array<string|int, mixed>|null $args = null ]) : mixed
Parameters
$parser : Parser
$args : array<string|int, mixed>|null = null

getArg()

public getArg(int $position) : mixed
Parameters
$position : int

getArgSingle()

public getArgSingle(int $position) : mixed
Parameters
$position : int

getArray()

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

getFirstSingle()

public getFirstSingle() : mixed

getFlatArray()

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

getSecondSingle()

public getSecondSingle() : mixed

getThirdSingle()

public getThirdSingle() : mixed

setArgs()

public setArgs(array<string|int, mixed> $args) : self
Parameters
$args : array<string|int, mixed>
Return values
self

        
On this page

Search results