CustomDesignParams
extends Message
in package
Generated from protobuf message <code>plugnmeet.CustomDesignParams</code>
Table of Contents
Properties
- $background_color : mixed
- Generated from protobuf field <code>optional string background_color = 3;</code>
- $background_image : mixed
- Generated from protobuf field <code>optional string background_image = 4;</code>
- $custom_css_url : mixed
- Generated from protobuf field <code>optional string custom_css_url = 9;</code>
- $custom_logo : mixed
- Generated from protobuf field <code>optional string custom_logo = 10;</code>
- $footer_bg_color : mixed
- Generated from protobuf field <code>optional string footer_bg_color = 6;</code>
- $header_bg_color : mixed
- Generated from protobuf field <code>optional string header_bg_color = 5;</code>
- $left_side_bg_color : mixed
- Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>
- $primary_color : mixed
- Generated from protobuf field <code>optional string primary_color = 1;</code>
- $right_side_bg_color : mixed
- Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>
- $secondary_color : mixed
- Generated from protobuf field <code>optional string secondary_color = 2;</code>
Methods
- __construct() : mixed
- Constructor.
- clearBackgroundColor() : mixed
- clearBackgroundImage() : mixed
- clearCustomCssUrl() : mixed
- clearCustomLogo() : mixed
- clearFooterBgColor() : mixed
- clearHeaderBgColor() : mixed
- clearLeftSideBgColor() : mixed
- clearPrimaryColor() : mixed
- clearRightSideBgColor() : mixed
- clearSecondaryColor() : mixed
- getBackgroundColor() : string
- Generated from protobuf field <code>optional string background_color = 3;</code>
- getBackgroundImage() : string
- Generated from protobuf field <code>optional string background_image = 4;</code>
- getCustomCssUrl() : string
- Generated from protobuf field <code>optional string custom_css_url = 9;</code>
- getCustomLogo() : string
- Generated from protobuf field <code>optional string custom_logo = 10;</code>
- getFooterBgColor() : string
- Generated from protobuf field <code>optional string footer_bg_color = 6;</code>
- getHeaderBgColor() : string
- Generated from protobuf field <code>optional string header_bg_color = 5;</code>
- getLeftSideBgColor() : string
- Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>
- getPrimaryColor() : string
- Generated from protobuf field <code>optional string primary_color = 1;</code>
- getRightSideBgColor() : string
- Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>
- getSecondaryColor() : string
- Generated from protobuf field <code>optional string secondary_color = 2;</code>
- hasBackgroundColor() : mixed
- hasBackgroundImage() : mixed
- hasCustomCssUrl() : mixed
- hasCustomLogo() : mixed
- hasFooterBgColor() : mixed
- hasHeaderBgColor() : mixed
- hasLeftSideBgColor() : mixed
- hasPrimaryColor() : mixed
- hasRightSideBgColor() : mixed
- hasSecondaryColor() : mixed
- setBackgroundColor() : $this
- Generated from protobuf field <code>optional string background_color = 3;</code>
- setBackgroundImage() : $this
- Generated from protobuf field <code>optional string background_image = 4;</code>
- setCustomCssUrl() : $this
- Generated from protobuf field <code>optional string custom_css_url = 9;</code>
- setCustomLogo() : $this
- Generated from protobuf field <code>optional string custom_logo = 10;</code>
- setFooterBgColor() : $this
- Generated from protobuf field <code>optional string footer_bg_color = 6;</code>
- setHeaderBgColor() : $this
- Generated from protobuf field <code>optional string header_bg_color = 5;</code>
- setLeftSideBgColor() : $this
- Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>
- setPrimaryColor() : $this
- Generated from protobuf field <code>optional string primary_color = 1;</code>
- setRightSideBgColor() : $this
- Generated from protobuf field <code>optional string right_side_bg_color = 8;</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
$background_image
Generated from protobuf field <code>optional string background_image = 4;</code>
protected
mixed
$background_image
= null
$custom_css_url
Generated from protobuf field <code>optional string custom_css_url = 9;</code>
protected
mixed
$custom_css_url
= null
$custom_logo
Generated from protobuf field <code>optional string custom_logo = 10;</code>
protected
mixed
$custom_logo
= null
$footer_bg_color
Generated from protobuf field <code>optional string footer_bg_color = 6;</code>
protected
mixed
$footer_bg_color
= null
$header_bg_color
Generated from protobuf field <code>optional string header_bg_color = 5;</code>
protected
mixed
$header_bg_color
= null
$left_side_bg_color
Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>
protected
mixed
$left_side_bg_color
= null
$primary_color
Generated from protobuf field <code>optional string primary_color = 1;</code>
protected
mixed
$primary_color
= null
$right_side_bg_color
Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>
protected
mixed
$right_side_bg_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 $background_image @type string $header_bg_color @type string $footer_bg_color @type string $left_side_bg_color @type string $right_side_bg_color @type string $custom_css_url @type string $custom_logo}
clearBackgroundColor()
public
clearBackgroundColor() : mixed
clearBackgroundImage()
public
clearBackgroundImage() : mixed
clearCustomCssUrl()
public
clearCustomCssUrl() : mixed
clearCustomLogo()
public
clearCustomLogo() : mixed
clearFooterBgColor()
public
clearFooterBgColor() : mixed
clearHeaderBgColor()
public
clearHeaderBgColor() : mixed
clearLeftSideBgColor()
public
clearLeftSideBgColor() : mixed
clearPrimaryColor()
public
clearPrimaryColor() : mixed
clearRightSideBgColor()
public
clearRightSideBgColor() : mixed
clearSecondaryColor()
public
clearSecondaryColor() : mixed
getBackgroundColor()
Generated from protobuf field <code>optional string background_color = 3;</code>
public
getBackgroundColor() : string
Return values
stringgetBackgroundImage()
Generated from protobuf field <code>optional string background_image = 4;</code>
public
getBackgroundImage() : string
Return values
stringgetCustomCssUrl()
Generated from protobuf field <code>optional string custom_css_url = 9;</code>
public
getCustomCssUrl() : string
Return values
stringgetCustomLogo()
Generated from protobuf field <code>optional string custom_logo = 10;</code>
public
getCustomLogo() : string
Return values
stringgetFooterBgColor()
Generated from protobuf field <code>optional string footer_bg_color = 6;</code>
public
getFooterBgColor() : string
Return values
stringgetHeaderBgColor()
Generated from protobuf field <code>optional string header_bg_color = 5;</code>
public
getHeaderBgColor() : string
Return values
stringgetLeftSideBgColor()
Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>
public
getLeftSideBgColor() : string
Return values
stringgetPrimaryColor()
Generated from protobuf field <code>optional string primary_color = 1;</code>
public
getPrimaryColor() : string
Return values
stringgetRightSideBgColor()
Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>
public
getRightSideBgColor() : string
Return values
stringgetSecondaryColor()
Generated from protobuf field <code>optional string secondary_color = 2;</code>
public
getSecondaryColor() : string
Return values
stringhasBackgroundColor()
public
hasBackgroundColor() : mixed
hasBackgroundImage()
public
hasBackgroundImage() : mixed
hasCustomCssUrl()
public
hasCustomCssUrl() : mixed
hasCustomLogo()
public
hasCustomLogo() : mixed
hasFooterBgColor()
public
hasFooterBgColor() : mixed
hasHeaderBgColor()
public
hasHeaderBgColor() : mixed
hasLeftSideBgColor()
public
hasLeftSideBgColor() : mixed
hasPrimaryColor()
public
hasPrimaryColor() : mixed
hasRightSideBgColor()
public
hasRightSideBgColor() : 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
$thissetBackgroundImage()
Generated from protobuf field <code>optional string background_image = 4;</code>
public
setBackgroundImage(string $var) : $this
Parameters
- $var : string
Return values
$thissetCustomCssUrl()
Generated from protobuf field <code>optional string custom_css_url = 9;</code>
public
setCustomCssUrl(string $var) : $this
Parameters
- $var : string
Return values
$thissetCustomLogo()
Generated from protobuf field <code>optional string custom_logo = 10;</code>
public
setCustomLogo(string $var) : $this
Parameters
- $var : string
Return values
$thissetFooterBgColor()
Generated from protobuf field <code>optional string footer_bg_color = 6;</code>
public
setFooterBgColor(string $var) : $this
Parameters
- $var : string
Return values
$thissetHeaderBgColor()
Generated from protobuf field <code>optional string header_bg_color = 5;</code>
public
setHeaderBgColor(string $var) : $this
Parameters
- $var : string
Return values
$thissetLeftSideBgColor()
Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>
public
setLeftSideBgColor(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
$thissetRightSideBgColor()
Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>
public
setRightSideBgColor(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