ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
|
Public Member Functions | |
_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... | |
Data Fields | |
$sub_components = null | |
$random_data | |
Definition at line 30 of file ComponentHelperTest.php.
ComponentMock::_checkArg | ( | string | $which, |
bool | $check, | ||
string | $message | ||
) |
Definition at line 34 of file ComponentHelperTest.php.
ComponentMock::_checkArgInstanceOf | ( | string | $which, |
$value, | |||
string | $class | ||
) |
Definition at line 49 of file ComponentHelperTest.php.
ComponentMock::_checkArgIsElement | ( | string | $which, |
$value, | |||
array | $array, | ||
string | $name | ||
) |
Definition at line 54 of file ComponentHelperTest.php.
ComponentMock::_checkArgList | ( | string | $which, |
array & | $value, | ||
Closure | $check, | ||
Closure | $message | ||
) |
ComponentMock::_checkArgListElements | ( | string | $which, |
array & | $value, | ||
$classes | |||
) |
Definition at line 64 of file ComponentHelperTest.php.
ComponentMock::_checkBoolArg | ( | string | $which, |
$value | |||
) |
Definition at line 44 of file ComponentHelperTest.php.
ComponentMock::_checkStringArg | ( | string | $which, |
$value | |||
) |
Definition at line 39 of file ComponentHelperTest.php.
ComponentMock::_toArray | ( | $value | ) |
Definition at line 59 of file ComponentHelperTest.php.
ComponentMock::getSubComponents | ( | ) |
Definition at line 77 of file ComponentHelperTest.php.
References $sub_components.
ComponentMock::$random_data |
Definition at line 75 of file ComponentHelperTest.php.
ComponentMock::$sub_components = null |
Definition at line 74 of file ComponentHelperTest.php.
Referenced by getSubComponents().