Cloneable
Instantiable
Constants |
public PHPFUI\InstaDoc\Tests\Test80 ::CONST_PUBLIC_STRING = 'Default' |
Properties |
public float $public_float |
public PHPFUI\InstaDoc\Tests\Test80 $test |
Methods |
public __construct ( ? PHPFUI\InstaDoc\Tests\Test80 $test = NULL ) |
public final public_function_returning_and_taking_array ( array | bool $array = [ 'tom' , 2 => 'Dick' , 'harry' => 'reasoner' ] ) : array | bool |
Constants |
protected PHPFUI\InstaDoc\Tests\Test80 ::CONST_PROTECTED_INT = 42 |
Properties |
protected string $protected_string |
Methods |
protected
protected_function_no_return
(
?
string
$fred
,
$unknown
=
3.14
) :
void
This function does nothing. But it has a very long
|
Constants |
private PHPFUI\InstaDoc\Tests\Test80 ::CONST_PRIVATE_ARRAY = [ '.Git' , 0 , true , 0.2 ] |
Properties |
private array $private_array |
Methods |
private
private_function_no_return
(
PHPFUI\InstaDoc\Tests\Test80
|
string
|
null
$fred
=
'Eythel'
) :
void
This function does nothing.
|
private
static
theLowerTest
() :
static
Testing method sorting |
private
UpperCaseMethodName
() : ?
mixed
Testing method sorting |
private
upperTest
() :
void
Testing method sorting |
Methods |
private
static
theLowerTest
() :
static
Testing method sorting |