TestOptionsTrait
Table of Contents
Properties
-
$test1
: string
-
$test2
: bool|null
-
$test4
: string|null
-
$test5
: string
-
$test6
: string|null
-
$testConstruct
: string
-
$test1
: string
-
$test2
: bool|null
-
$test4
: string|null
-
$test5
: string
-
$test6
: string|null
-
$testConstruct
: string
Methods
-
get_test6()
: string
-
set_test5()
: void
-
TestOptionsTrait()
: void
$test1
public
string
$test1
$test2
public
bool|null
$test2
$test4
public
string|null
$test4
$test5
public
string
$test5
$test6
public
string|null
$test6
$testConstruct
public
string
$testConstruct
$test1
protected
string
$test1
= 'foo'
$test2
protected
bool|null
$test2
= null
$test4
protected
string|null
$test4
= null
$test5
protected
string
$test5
= ''
$test6
protected
string|null
$test6
= null
$testConstruct
protected
string
$testConstruct
get_test6()
protected
get_test6() : string
set_test5()
protected
set_test5(string $value) : void
Parameters
-
$value
: string
-
TestOptionsTrait()
protected
TestOptionsTrait() : void