CopyrightConfParameters
Table of Contents
Properties
-
$display
: bool
-
$text
: string
Methods
-
__construct()
: mixed
-
buildBody()
: array<string|int, mixed>
-
getText()
: string
-
isDisplay()
: bool
-
setDisplay()
: void
-
setText()
: void
$display
protected
bool
$display
= true
$text
protected
string
$text
= "Powered by <a href=\"https://www.plugnmeet.org\" target=\"_blank\">plugNmeet</a>"
__construct()
public
__construct() : mixed
buildBody()
public
buildBody() : array<string|int, mixed>
Return values
array<string|int, mixed>
getText()
public
getText() : string
isDisplay()
public
isDisplay() : bool
setDisplay()
public
setDisplay(bool $display) : void
Parameters
-
$display
: bool
-
setText()
public
setText(string $text) : void
Parameters
-
$text
: string
-