Documentation

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

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

}

getBackgroundColor()

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

public getBackgroundColor() : string
Return values
string

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

public getCustomLogo() : string
Return values
string

getPrimaryColor()

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

public getPrimaryColor() : 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

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

public setCustomLogo(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

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