Documentation

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

Generated from protobuf field <code>optional string custom_logo = 10;</code>

protected mixed $custom_logo = null

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

}

getBackgroundColor()

Generated from protobuf field <code>optional string background_color = 3;</code>

public getBackgroundColor() : string
Return values
string

getBackgroundImage()

Generated from protobuf field <code>optional string background_image = 4;</code>

public getBackgroundImage() : string
Return values
string

getCustomCssUrl()

Generated from protobuf field <code>optional string custom_css_url = 9;</code>

public getCustomCssUrl() : string
Return values
string

Generated from protobuf field <code>optional string custom_logo = 10;</code>

public getCustomLogo() : string
Return values
string

getFooterBgColor()

Generated from protobuf field <code>optional string footer_bg_color = 6;</code>

public getFooterBgColor() : string
Return values
string

getHeaderBgColor()

Generated from protobuf field <code>optional string header_bg_color = 5;</code>

public getHeaderBgColor() : string
Return values
string

getLeftSideBgColor()

Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>

public getLeftSideBgColor() : string
Return values
string

getPrimaryColor()

Generated from protobuf field <code>optional string primary_color = 1;</code>

public getPrimaryColor() : string
Return values
string

getRightSideBgColor()

Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>

public getRightSideBgColor() : string
Return values
string

getSecondaryColor()

Generated from protobuf field <code>optional string secondary_color = 2;</code>

public getSecondaryColor() : string
Return values
string

setBackgroundColor()

Generated from protobuf field <code>optional string background_color = 3;</code>

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

setBackgroundImage()

Generated from protobuf field <code>optional string background_image = 4;</code>

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

setCustomCssUrl()

Generated from protobuf field <code>optional string custom_css_url = 9;</code>

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

Generated from protobuf field <code>optional string custom_logo = 10;</code>

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

setFooterBgColor()

Generated from protobuf field <code>optional string footer_bg_color = 6;</code>

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

setHeaderBgColor()

Generated from protobuf field <code>optional string header_bg_color = 5;</code>

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

setLeftSideBgColor()

Generated from protobuf field <code>optional string left_side_bg_color = 7;</code>

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

setPrimaryColor()

Generated from protobuf field <code>optional string primary_color = 1;</code>

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

setRightSideBgColor()

Generated from protobuf field <code>optional string right_side_bg_color = 8;</code>

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

setSecondaryColor()

Generated from protobuf field <code>optional string secondary_color = 2;</code>

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

        
On this page

Search results