Documentation

WhiteboardFeatures extends Message
in package

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

Table of Contents

Properties

$file_name  : mixed
Generated from protobuf field <code>string file_name = 5 [(.buf.validate.field) = {</code>
$file_path  : mixed
Generated from protobuf field <code>string file_path = 6 [(.buf.validate.field) = {</code>
$is_allow  : mixed
Generated from protobuf field <code>bool is_allow = 1;</code>
$max_allowed_file_size  : mixed
Generated from protobuf field <code>optional uint64 max_allowed_file_size = 8 [(.buf.validate.field) = {</code>
$preload_file  : mixed
Generated from protobuf field <code>optional string preload_file = 3 [(.buf.validate.field) = {</code>
$total_pages  : mixed
Generated from protobuf field <code>uint32 total_pages = 7;</code>
$visible  : mixed
Generated from protobuf field <code>bool visible = 2 [(.buf.validate.field) = {</code>
$whiteboard_file_id  : mixed
Generated from protobuf field <code>string whiteboard_file_id = 4 [(.buf.validate.field) = {</code>

Methods

__construct()  : mixed
Constructor.
clearMaxAllowedFileSize()  : mixed
clearPreloadFile()  : mixed
getFileName()  : string
Generated from protobuf field <code>string file_name = 5 [(.buf.validate.field) = {</code>
getFilePath()  : string
Generated from protobuf field <code>string file_path = 6 [(.buf.validate.field) = {</code>
getIsAllow()  : bool
Generated from protobuf field <code>bool is_allow = 1;</code>
getMaxAllowedFileSize()  : int|string
Generated from protobuf field <code>optional uint64 max_allowed_file_size = 8 [(.buf.validate.field) = {</code>
getPreloadFile()  : string
Generated from protobuf field <code>optional string preload_file = 3 [(.buf.validate.field) = {</code>
getTotalPages()  : int
Generated from protobuf field <code>uint32 total_pages = 7;</code>
getVisible()  : bool
Generated from protobuf field <code>bool visible = 2 [(.buf.validate.field) = {</code>
getWhiteboardFileId()  : string
Generated from protobuf field <code>string whiteboard_file_id = 4 [(.buf.validate.field) = {</code>
hasMaxAllowedFileSize()  : mixed
hasPreloadFile()  : mixed
setFileName()  : $this
Generated from protobuf field <code>string file_name = 5 [(.buf.validate.field) = {</code>
setFilePath()  : $this
Generated from protobuf field <code>string file_path = 6 [(.buf.validate.field) = {</code>
setIsAllow()  : $this
Generated from protobuf field <code>bool is_allow = 1;</code>
setMaxAllowedFileSize()  : $this
Generated from protobuf field <code>optional uint64 max_allowed_file_size = 8 [(.buf.validate.field) = {</code>
setPreloadFile()  : $this
Generated from protobuf field <code>optional string preload_file = 3 [(.buf.validate.field) = {</code>
setTotalPages()  : $this
Generated from protobuf field <code>uint32 total_pages = 7;</code>
setVisible()  : $this
Generated from protobuf field <code>bool visible = 2 [(.buf.validate.field) = {</code>
setWhiteboardFileId()  : $this
Generated from protobuf field <code>string whiteboard_file_id = 4 [(.buf.validate.field) = {</code>

Properties

$file_name

Generated from protobuf field <code>string file_name = 5 [(.buf.validate.field) = {</code>

protected mixed $file_name = ''

$file_path

Generated from protobuf field <code>string file_path = 6 [(.buf.validate.field) = {</code>

protected mixed $file_path = ''

$is_allow

Generated from protobuf field <code>bool is_allow = 1;</code>

protected mixed $is_allow = false

$max_allowed_file_size

Generated from protobuf field <code>optional uint64 max_allowed_file_size = 8 [(.buf.validate.field) = {</code>

protected mixed $max_allowed_file_size = null

$preload_file

Generated from protobuf field <code>optional string preload_file = 3 [(.buf.validate.field) = {</code>

protected mixed $preload_file = null

$total_pages

Generated from protobuf field <code>uint32 total_pages = 7;</code>

protected mixed $total_pages = 0

$visible

Generated from protobuf field <code>bool visible = 2 [(.buf.validate.field) = {</code>

protected mixed $visible = false

$whiteboard_file_id

Generated from protobuf field <code>string whiteboard_file_id = 4 [(.buf.validate.field) = {</code>

protected mixed $whiteboard_file_id = ''

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 bool $is_allow
@type bool $visible
@type string $preload_file
@type string $whiteboard_file_id
@type string $file_name
@type string $file_path
@type int $total_pages
@type int|string $max_allowed_file_size

}

getFileName()

Generated from protobuf field <code>string file_name = 5 [(.buf.validate.field) = {</code>

public getFileName() : string
Return values
string

getFilePath()

Generated from protobuf field <code>string file_path = 6 [(.buf.validate.field) = {</code>

public getFilePath() : string
Return values
string

getIsAllow()

Generated from protobuf field <code>bool is_allow = 1;</code>

public getIsAllow() : bool
Return values
bool

getMaxAllowedFileSize()

Generated from protobuf field <code>optional uint64 max_allowed_file_size = 8 [(.buf.validate.field) = {</code>

public getMaxAllowedFileSize() : int|string
Return values
int|string

getPreloadFile()

Generated from protobuf field <code>optional string preload_file = 3 [(.buf.validate.field) = {</code>

public getPreloadFile() : string
Return values
string

getTotalPages()

Generated from protobuf field <code>uint32 total_pages = 7;</code>

public getTotalPages() : int
Return values
int

getVisible()

Generated from protobuf field <code>bool visible = 2 [(.buf.validate.field) = {</code>

public getVisible() : bool
Return values
bool

getWhiteboardFileId()

Generated from protobuf field <code>string whiteboard_file_id = 4 [(.buf.validate.field) = {</code>

public getWhiteboardFileId() : string
Return values
string

setFileName()

Generated from protobuf field <code>string file_name = 5 [(.buf.validate.field) = {</code>

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

setFilePath()

Generated from protobuf field <code>string file_path = 6 [(.buf.validate.field) = {</code>

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

setIsAllow()

Generated from protobuf field <code>bool is_allow = 1;</code>

public setIsAllow(bool $var) : $this
Parameters
$var : bool
Return values
$this

setMaxAllowedFileSize()

Generated from protobuf field <code>optional uint64 max_allowed_file_size = 8 [(.buf.validate.field) = {</code>

public setMaxAllowedFileSize(int|string $var) : $this
Parameters
$var : int|string
Return values
$this

setPreloadFile()

Generated from protobuf field <code>optional string preload_file = 3 [(.buf.validate.field) = {</code>

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

setTotalPages()

Generated from protobuf field <code>uint32 total_pages = 7;</code>

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

setVisible()

Generated from protobuf field <code>bool visible = 2 [(.buf.validate.field) = {</code>

public setVisible(bool $var) : $this
Parameters
$var : bool
Return values
$this

setWhiteboardFileId()

Generated from protobuf field <code>string whiteboard_file_id = 4 [(.buf.validate.field) = {</code>

public setWhiteboardFileId(string $var) : $this
Parameters
$var : string
Return values
$this
On this page

Search results