LtiCustomDesign
extends Message
in package
Generated from protobuf message <code>plugnmeet.LtiCustomDesign</code>
Table of Contents
Properties
- $background_color : mixed
- Generated from protobuf field <code>optional string background_color = 3;</code>
- $custom_logo : mixed
- Generated from protobuf field <code>optional string custom_logo = 4;</code>
- $primary_color : mixed
- Generated from protobuf field <code>optional string primary_color = 1;</code>
- $secondary_color : mixed
- Generated from protobuf field <code>optional string secondary_color = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearBackgroundColor() : mixed
- clearCustomLogo() : mixed
- clearPrimaryColor() : mixed
- clearSecondaryColor() : mixed
- getBackgroundColor() : string
- Generated from protobuf field <code>optional string background_color = 3;</code>
- getCustomLogo() : string
- Generated from protobuf field <code>optional string custom_logo = 4;</code>
- getPrimaryColor() : string
- Generated from protobuf field <code>optional string primary_color = 1;</code>
- getSecondaryColor() : string
- Generated from protobuf field <code>optional string secondary_color = 2;</code>
- hasBackgroundColor() : mixed
- hasCustomLogo() : mixed
- hasPrimaryColor() : mixed
- hasSecondaryColor() : mixed
- setBackgroundColor() : $this
- Generated from protobuf field <code>optional string background_color = 3;</code>
- setCustomLogo() : $this
- Generated from protobuf field <code>optional string custom_logo = 4;</code>
- setPrimaryColor() : $this
- Generated from protobuf field <code>optional string primary_color = 1;</code>
- setSecondaryColor() : $this
- Generated from protobuf field <code>optional string secondary_color = 2;</code>
Properties
$background_color
Generated from protobuf field <code>optional string background_color = 3;</code>
protected
mixed
$background_color
= null
$custom_logo
Generated from protobuf field <code>optional string custom_logo = 4;</code>
protected
mixed
$custom_logo
= null
$primary_color
Generated from protobuf field <code>optional string primary_color = 1;</code>
protected
mixed
$primary_color
= null
$secondary_color
Generated from protobuf field <code>optional string secondary_color = 2;</code>
protected
mixed
$secondary_color
= null
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 $primary_color @type string $secondary_color @type string $background_color @type string $custom_logo}
clearBackgroundColor()
public
clearBackgroundColor() : mixed
clearCustomLogo()
public
clearCustomLogo() : mixed
clearPrimaryColor()
public
clearPrimaryColor() : mixed
clearSecondaryColor()
public
clearSecondaryColor() : mixed
getBackgroundColor()
Generated from protobuf field <code>optional string background_color = 3;</code>
public
getBackgroundColor() : string
Return values
stringgetCustomLogo()
Generated from protobuf field <code>optional string custom_logo = 4;</code>
public
getCustomLogo() : string
Return values
stringgetPrimaryColor()
Generated from protobuf field <code>optional string primary_color = 1;</code>
public
getPrimaryColor() : string
Return values
stringgetSecondaryColor()
Generated from protobuf field <code>optional string secondary_color = 2;</code>
public
getSecondaryColor() : string
Return values
stringhasBackgroundColor()
public
hasBackgroundColor() : mixed
hasCustomLogo()
public
hasCustomLogo() : mixed
hasPrimaryColor()
public
hasPrimaryColor() : mixed
hasSecondaryColor()
public
hasSecondaryColor() : mixed
setBackgroundColor()
Generated from protobuf field <code>optional string background_color = 3;</code>
public
setBackgroundColor(string $var) : $this
Parameters
- $var : string
Return values
$thissetCustomLogo()
Generated from protobuf field <code>optional string custom_logo = 4;</code>
public
setCustomLogo(string $var) : $this
Parameters
- $var : string
Return values
$thissetPrimaryColor()
Generated from protobuf field <code>optional string primary_color = 1;</code>
public
setPrimaryColor(string $var) : $this
Parameters
- $var : string
Return values
$thissetSecondaryColor()
Generated from protobuf field <code>optional string secondary_color = 2;</code>
public
setSecondaryColor(string $var) : $this
Parameters
- $var : string