ChatFeatures
extends Message
in package
Generated from protobuf message <code>plugnmeet.ChatFeatures</code>
Table of Contents
Properties
- $allow_chat : mixed
- Generated from protobuf field <code>optional bool allow_chat = 1 [deprecated = true];</code>
- $allow_file_upload : mixed
- Generated from protobuf field <code>optional bool allow_file_upload = 2 [deprecated = true];</code>
- $is_allow : mixed
- Generated from protobuf field <code>bool is_allow = 5;</code>
- $is_allow_file_upload : mixed
- Generated from protobuf field <code>bool is_allow_file_upload = 6;</code>
- $max_file_size : mixed
- Generated from protobuf field <code>optional uint64 max_file_size = 4;</code>
- $allowed_file_types : mixed
- Generated from protobuf field <code>repeated string allowed_file_types = 3;</code>
Methods
- __construct() : mixed
- Constructor.
- clearAllowChat() : mixed
- clearAllowFileUpload() : mixed
- clearMaxFileSize() : mixed
- getAllowChat() : bool
- Generated from protobuf field <code>optional bool allow_chat = 1 [deprecated = true];</code>
- getAllowedFileTypes() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string allowed_file_types = 3;</code>
- getAllowFileUpload() : bool
- Generated from protobuf field <code>optional bool allow_file_upload = 2 [deprecated = true];</code>
- getIsAllow() : bool
- Generated from protobuf field <code>bool is_allow = 5;</code>
- getIsAllowFileUpload() : bool
- Generated from protobuf field <code>bool is_allow_file_upload = 6;</code>
- getMaxFileSize() : int|string
- Generated from protobuf field <code>optional uint64 max_file_size = 4;</code>
- hasAllowChat() : mixed
- hasAllowFileUpload() : mixed
- hasMaxFileSize() : mixed
- setAllowChat() : $this
- Generated from protobuf field <code>optional bool allow_chat = 1 [deprecated = true];</code>
- setAllowedFileTypes() : $this
- Generated from protobuf field <code>repeated string allowed_file_types = 3;</code>
- setAllowFileUpload() : $this
- Generated from protobuf field <code>optional bool allow_file_upload = 2 [deprecated = true];</code>
- setIsAllow() : $this
- Generated from protobuf field <code>bool is_allow = 5;</code>
- setIsAllowFileUpload() : $this
- Generated from protobuf field <code>bool is_allow_file_upload = 6;</code>
- setMaxFileSize() : $this
- Generated from protobuf field <code>optional uint64 max_file_size = 4;</code>
Properties
$allow_chat
Generated from protobuf field <code>optional bool allow_chat = 1 [deprecated = true];</code>
protected
mixed
$allow_chat
= null
$allow_file_upload
Generated from protobuf field <code>optional bool allow_file_upload = 2 [deprecated = true];</code>
protected
mixed
$allow_file_upload
= null
$is_allow
Generated from protobuf field <code>bool is_allow = 5;</code>
protected
mixed
$is_allow
= false
$is_allow_file_upload
Generated from protobuf field <code>bool is_allow_file_upload = 6;</code>
protected
mixed
$is_allow_file_upload
= false
$max_file_size
Generated from protobuf field <code>optional uint64 max_file_size = 4;</code>
protected
mixed
$max_file_size
= null
$allowed_file_types
Generated from protobuf field <code>repeated string allowed_file_types = 3;</code>
private
mixed
$allowed_file_types
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 $allow_chat @type bool $allow_file_upload @type bool $is_allow @type bool $is_allow_file_upload @type string[] $allowed_file_types @type int|string $max_file_size}
clearAllowChat()
public
clearAllowChat() : mixed
clearAllowFileUpload()
public
clearAllowFileUpload() : mixed
clearMaxFileSize()
public
clearMaxFileSize() : mixed
getAllowChat()
Generated from protobuf field <code>optional bool allow_chat = 1 [deprecated = true];</code>
public
getAllowChat() : bool
Return values
boolgetAllowedFileTypes()
Generated from protobuf field <code>repeated string allowed_file_types = 3;</code>
public
getAllowedFileTypes() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getAllowFileUpload()
Generated from protobuf field <code>optional bool allow_file_upload = 2 [deprecated = true];</code>
public
getAllowFileUpload() : bool
Return values
boolgetIsAllow()
Generated from protobuf field <code>bool is_allow = 5;</code>
public
getIsAllow() : bool
Return values
boolgetIsAllowFileUpload()
Generated from protobuf field <code>bool is_allow_file_upload = 6;</code>
public
getIsAllowFileUpload() : bool
Return values
boolgetMaxFileSize()
Generated from protobuf field <code>optional uint64 max_file_size = 4;</code>
public
getMaxFileSize() : int|string
Return values
int|stringhasAllowChat()
public
hasAllowChat() : mixed
hasAllowFileUpload()
public
hasAllowFileUpload() : mixed
hasMaxFileSize()
public
hasMaxFileSize() : mixed
setAllowChat()
Generated from protobuf field <code>optional bool allow_chat = 1 [deprecated = true];</code>
public
setAllowChat(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetAllowedFileTypes()
Generated from protobuf field <code>repeated string allowed_file_types = 3;</code>
public
setAllowedFileTypes(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetAllowFileUpload()
Generated from protobuf field <code>optional bool allow_file_upload = 2 [deprecated = true];</code>
public
setAllowFileUpload(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsAllow()
Generated from protobuf field <code>bool is_allow = 5;</code>
public
setIsAllow(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetIsAllowFileUpload()
Generated from protobuf field <code>bool is_allow_file_upload = 6;</code>
public
setIsAllowFileUpload(bool $var) : $this
Parameters
- $var : bool
Return values
$thissetMaxFileSize()
Generated from protobuf field <code>optional uint64 max_file_size = 4;</code>
public
setMaxFileSize(int|string $var) : $this
Parameters
- $var : int|string