|
ILIAS
release_8 Revision v8.24
|
Collaboration diagram for ComponentMock: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) | |
Definition at line 29 of file ComponentHelperTest.php.
| ComponentMock::_checkArg | ( | string | $which, |
| bool | $check, | ||
| string | $message | ||
| ) |
Definition at line 33 of file ComponentHelperTest.php.
| ComponentMock::_checkArgInstanceOf | ( | string | $which, |
| $value, | |||
| string | $class | ||
| ) |
Definition at line 48 of file ComponentHelperTest.php.
| ComponentMock::_checkArgIsElement | ( | string | $which, |
| $value, | |||
| array | $array, | ||
| string | $name | ||
| ) |
Definition at line 53 of file ComponentHelperTest.php.
References $name.
| ComponentMock::_checkArgList | ( | string | $which, |
| array & | $value, | ||
| Closure | $check, | ||
| Closure | $message | ||
| ) |
| ComponentMock::_checkArgListElements | ( | string | $which, |
| array & | $value, | ||
| $classes | |||
| ) |
Definition at line 63 of file ComponentHelperTest.php.
| ComponentMock::_checkBoolArg | ( | string | $which, |
| $value | |||
| ) |
Definition at line 43 of file ComponentHelperTest.php.
| ComponentMock::_checkStringArg | ( | string | $which, |
| $value | |||
| ) |
Definition at line 38 of file ComponentHelperTest.php.
| ComponentMock::_toArray | ( | $value | ) |
Definition at line 58 of file ComponentHelperTest.php.