GetClientFilesRes
extends Message
in package
Generated from protobuf message <code>plugnmeet.GetClientFilesRes</code>
Table of Contents
Properties
- $msg : mixed
- Generated from protobuf field <code>string msg = 2;</code>
- $status : mixed
- Generated from protobuf field <code>bool status = 1;</code>
- $css : mixed
- Generated from protobuf field <code>repeated string css = 3 [deprecated = true];</code>
- $css_files : mixed
- Generated from protobuf field <code>repeated string css_files = 5;</code>
- $js : mixed
- Generated from protobuf field <code>repeated string js = 4 [deprecated = true];</code>
- $js_files : mixed
- Generated from protobuf field <code>repeated string js_files = 6;</code>
Methods
- __construct() : mixed
- Constructor.
- getCss() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string css = 3 [deprecated = true];</code>
- getCssFiles() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string css_files = 5;</code>
- getJs() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string js = 4 [deprecated = true];</code>
- getJsFiles() : RepeatedField<string|int, string>
- Generated from protobuf field <code>repeated string js_files = 6;</code>
- getMsg() : string
- Generated from protobuf field <code>string msg = 2;</code>
- getStatus() : bool
- Generated from protobuf field <code>bool status = 1;</code>
- setCss() : $this
- Generated from protobuf field <code>repeated string css = 3 [deprecated = true];</code>
- setCssFiles() : $this
- Generated from protobuf field <code>repeated string css_files = 5;</code>
- setJs() : $this
- Generated from protobuf field <code>repeated string js = 4 [deprecated = true];</code>
- setJsFiles() : $this
- Generated from protobuf field <code>repeated string js_files = 6;</code>
- setMsg() : $this
- Generated from protobuf field <code>string msg = 2;</code>
- setStatus() : $this
- Generated from protobuf field <code>bool status = 1;</code>
Properties
$msg
Generated from protobuf field <code>string msg = 2;</code>
protected
mixed
$msg
= ''
$status
Generated from protobuf field <code>bool status = 1;</code>
protected
mixed
$status
= false
$css
Generated from protobuf field <code>repeated string css = 3 [deprecated = true];</code>
private
mixed
$css
$css_files
Generated from protobuf field <code>repeated string css_files = 5;</code>
private
mixed
$css_files
$js
Generated from protobuf field <code>repeated string js = 4 [deprecated = true];</code>
private
mixed
$js
$js_files
Generated from protobuf field <code>repeated string js_files = 6;</code>
private
mixed
$js_files
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 $status @type string $msg @type string[] $css @type string[] $js @type string[] $css_files @type string[] $js_files}
getCss()
Generated from protobuf field <code>repeated string css = 3 [deprecated = true];</code>
public
getCss() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getCssFiles()
Generated from protobuf field <code>repeated string css_files = 5;</code>
public
getCssFiles() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getJs()
Generated from protobuf field <code>repeated string js = 4 [deprecated = true];</code>
public
getJs() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getJsFiles()
Generated from protobuf field <code>repeated string js_files = 6;</code>
public
getJsFiles() : RepeatedField<string|int, string>
Return values
RepeatedField<string|int, string>getMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
getMsg() : string
Return values
stringgetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
getStatus() : bool
Return values
boolsetCss()
Generated from protobuf field <code>repeated string css = 3 [deprecated = true];</code>
public
setCss(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetCssFiles()
Generated from protobuf field <code>repeated string css_files = 5;</code>
public
setCssFiles(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetJs()
Generated from protobuf field <code>repeated string js = 4 [deprecated = true];</code>
public
setJs(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetJsFiles()
Generated from protobuf field <code>repeated string js_files = 6;</code>
public
setJsFiles(array<string|int, string> $var) : $this
Parameters
- $var : array<string|int, string>
Return values
$thissetMsg()
Generated from protobuf field <code>string msg = 2;</code>
public
setMsg(string $var) : $this
Parameters
- $var : string
Return values
$thissetStatus()
Generated from protobuf field <code>bool status = 1;</code>
public
setStatus(bool $var) : $this
Parameters
- $var : bool