|
| _checkArg (string $which, bool $check, string $message) |
|
| _checkStringArg (string $which, $value) |
|
| _checkBoolArg (string $which, $value) |
|
| _checkArgInstanceOf (string $which, $value, string $class) |
|
| _checkArgIsElement (string $which, $value, array $array, string $name) |
|
| _toArray ($value) |
|
| _checkArgListElements (string $which, array &$value, $classes) |
|
| _checkArgList (string $which, array &$value, Closure $check, Closure $message) |
|
| getSubComponents () |
|
| getCanonicalName () |
| Get the canonical name of the component. More...
|
|
| reduceWith (\Closure $fn) |
| The scheme starts at the leaves of the structure and applies the function to each leave and moves up the tree recursively. More...
|
|
Definition at line 30 of file ComponentHelperTest.php.
◆ _checkArg()
ComponentMock::_checkArg |
( |
string |
$which, |
|
|
bool |
$check, |
|
|
string |
$message |
|
) |
| |
◆ _checkArgInstanceOf()
ComponentMock::_checkArgInstanceOf |
( |
string |
$which, |
|
|
|
$value, |
|
|
string |
$class |
|
) |
| |
◆ _checkArgIsElement()
ComponentMock::_checkArgIsElement |
( |
string |
$which, |
|
|
|
$value, |
|
|
array |
$array, |
|
|
string |
$name |
|
) |
| |
◆ _checkArgList()
ComponentMock::_checkArgList |
( |
string |
$which, |
|
|
array & |
$value, |
|
|
Closure |
$check, |
|
|
Closure |
$message |
|
) |
| |
◆ _checkArgListElements()
ComponentMock::_checkArgListElements |
( |
string |
$which, |
|
|
array & |
$value, |
|
|
|
$classes |
|
) |
| |
◆ _checkBoolArg()
ComponentMock::_checkBoolArg |
( |
string |
$which, |
|
|
|
$value |
|
) |
| |
◆ _checkStringArg()
ComponentMock::_checkStringArg |
( |
string |
$which, |
|
|
|
$value |
|
) |
| |
◆ _toArray()
ComponentMock::_toArray |
( |
|
$value | ) |
|
◆ getSubComponents()
ComponentMock::getSubComponents |
( |
| ) |
|
◆ $random_data
ComponentMock::$random_data |
◆ $sub_components
ComponentMock::$sub_components = null |
The documentation for this class was generated from the following file: