Bitrix API

Sender extends AbstractMessage

Protobuf message : Sender

Table of Contents

Methods

clear()  : mixed
{@inheritdoc}
descriptor()  : mixed
{@inheritdoc}
extensions()  : mixed
{@inheritdoc}
fromArray()  : mixed
{@inheritdoc}
fromStream()  : mixed
{@inheritdoc}
getId()  : Stream
Get 'id' value
getType()  : SenderType
Get 'type' value
hasId()  : bool
Check if 'id' has a value
hasType()  : bool
Check if 'type' has a value
merge()  : mixed
{@inheritdoc}
readFrom()  : mixed
{@inheritdoc}
serializedSize()  : mixed
{@inheritdoc}
setId()  : mixed
Set 'id' value
setType()  : mixed
Set 'type' value
toStream()  : mixed
{@inheritdoc}
unknownFieldSet()  : mixed
{@inheritdoc}
writeTo()  : mixed
{@inheritdoc}

Methods

clear()

{@inheritdoc}

public clear() : mixed

descriptor()

{@inheritdoc}

public static descriptor() : mixed

extensions()

{@inheritdoc}

public extensions() : 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

getId()

Get 'id' value

public getId() : Stream
Return values
Stream

hasId()

Check if 'id' has a value

public hasId() : bool
Return values
bool

hasType()

Check if 'type' has a value

public hasType() : 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

setId()

Set 'id' value

public setId([Stream $value = null ]) : mixed
Parameters
$value : Stream = 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