Documentation

WhiteboardShare extends Message
in package

Generated from protobuf message <code>plugnmeet.WhiteboardShare</code>

Table of Contents

Properties

$current_page  : mixed
Generated from protobuf field <code>uint32 current_page = 3;</code>
$file_id  : mixed
Generated from protobuf field <code>string file_id = 1;</code>
$pages  : mixed
Generated from protobuf field <code>repeated uint32 pages = 2;</code>

Methods

__construct()  : mixed
Constructor.
getCurrentPage()  : int
Generated from protobuf field <code>uint32 current_page = 3;</code>
getFileId()  : string
Generated from protobuf field <code>string file_id = 1;</code>
getPages()  : RepeatedField<string|int, int>
Generated from protobuf field <code>repeated uint32 pages = 2;</code>
setCurrentPage()  : $this
Generated from protobuf field <code>uint32 current_page = 3;</code>
setFileId()  : $this
Generated from protobuf field <code>string file_id = 1;</code>
setPages()  : $this
Generated from protobuf field <code>repeated uint32 pages = 2;</code>

Properties

$current_page

Generated from protobuf field <code>uint32 current_page = 3;</code>

protected mixed $current_page = 0

$file_id

Generated from protobuf field <code>string file_id = 1;</code>

protected mixed $file_id = ''

$pages

Generated from protobuf field <code>repeated uint32 pages = 2;</code>

private mixed $pages

Methods

__construct()

Constructor.

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

{ Optional. Data for populating the Message object.

@type string $file_id
@type int[] $pages
@type int $current_page

}

getCurrentPage()

Generated from protobuf field <code>uint32 current_page = 3;</code>

public getCurrentPage() : int
Return values
int

getFileId()

Generated from protobuf field <code>string file_id = 1;</code>

public getFileId() : string
Return values
string

getPages()

Generated from protobuf field <code>repeated uint32 pages = 2;</code>

public getPages() : RepeatedField<string|int, int>
Return values
RepeatedField<string|int, int>

setCurrentPage()

Generated from protobuf field <code>uint32 current_page = 3;</code>

public setCurrentPage(int $var) : $this
Parameters
$var : int
Return values
$this

setFileId()

Generated from protobuf field <code>string file_id = 1;</code>

public setFileId(string $var) : $this
Parameters
$var : string
Return values
$this

setPages()

Generated from protobuf field <code>repeated uint32 pages = 2;</code>

public setPages(array<string|int, int> $var) : $this
Parameters
$var : array<string|int, int>
Return values
$this
On this page

Search results