Bitrix API

Output

Table of Contents

Methods

__construct()  : mixed
Output constructor.
call()  : Result
Magic method for handling dynamic methods.

Methods

__construct()

Output constructor.

public __construct(string $connector[, string|bool $line = false ]) : mixed
Parameters
$connector : string

ID connector.

$line : string|bool = false

ID open line.

call()

Magic method for handling dynamic methods.

public call(string $name, array<string|int, mixed> $arguments) : Result
Parameters
$name : string

The name of the called method.

$arguments : array<string|int, mixed>

The set of parameters passed to the method.

Return values
Result

        
On this page

Search results