CloneableInstantiable
Constants |
public PHPFUI |
Properties |
public $public_float = 3.14
|
Methods |
public __construct(?PHPFUI |
public final public_function_returning_and_taking_array(array $array = ['tom', 2 => 'Dick', 'harry' => 'reasoner']) : array |
Constants |
protected PHPFUI |
Properties |
protected $protected_string = 'whatever' |
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 |
Properties |
private $private_array = ['fred', 1, false, 9.9, ['nested', ['.Git', 0, true, 0.2]]] |
Methods |
private private_function_no_return(?string $fred = 'Eythel') : void |
private static theLowerTest() : self Testing method sorting |
private UpperCaseMethodName() : void Testing method sorting |
private upperTest() : void Testing method sorting |
Methods |
private static theLowerTest() : self Testing method sorting |