Bitrix API

ResponseBatch extends AbstractMessage

Protobuf message : ResponseBatch

Table of Contents

Methods

addResponses()  : mixed
Add a new element to 'responses'
clear()  : mixed
{@inheritdoc}
descriptor()  : mixed
{@inheritdoc}
extensions()  : mixed
{@inheritdoc}
fromArray()  : mixed
{@inheritdoc}
fromStream()  : mixed
{@inheritdoc}
getResponsesList()  : Collection<string|int, Response>
Get 'responses' value
hasResponsesList()  : bool
Check if 'responses' has a value
merge()  : mixed
{@inheritdoc}
readFrom()  : mixed
{@inheritdoc}
serializedSize()  : mixed
{@inheritdoc}
setResponsesList()  : mixed
Set 'responses' value
toStream()  : mixed
{@inheritdoc}
unknownFieldSet()  : mixed
{@inheritdoc}
writeTo()  : mixed
{@inheritdoc}

Methods

descriptor()

{@inheritdoc}

public static descriptor() : mixed

fromArray()

{@inheritdoc}

public static fromArray(array<string|int, mixed> $values) : mixed
Parameters
$values : array<string|int, mixed>

fromStream()

{@inheritdoc}

public static fromStream(mixed $stream[, Configuration $configuration = null ]) : mixed
Parameters
$stream : mixed
$configuration : Configuration = null

getResponsesList()

Get 'responses' value

public getResponsesList() : Collection<string|int, Response>
Return values
Collection<string|int, Response>

hasResponsesList()

Check if 'responses' has a value

public hasResponsesList() : bool
Return values
bool

merge()

{@inheritdoc}

public merge(Message $message) : mixed
Parameters
$message : Message

readFrom()

{@inheritdoc}

public readFrom(ReadContext $context) : mixed
Parameters
$context : ReadContext

serializedSize()

{@inheritdoc}

public serializedSize(ComputeSizeContext $context) : mixed
Parameters
$context : ComputeSizeContext

setResponsesList()

Set 'responses' value

public setResponsesList([Collection<string|int, Response$value = null ]) : mixed
Parameters
$value : Collection<string|int, Response> = null

toStream()

{@inheritdoc}

public toStream([Configuration $configuration = null ]) : mixed
Parameters
$configuration : Configuration = null

unknownFieldSet()

{@inheritdoc}

public unknownFieldSet() : mixed

writeTo()

{@inheritdoc}

public writeTo(WriteContext $context) : mixed
Parameters
$context : WriteContext

        
On this page

Search results