|
ILIAS
release_7 Revision v7.30-3-g800a261c036
|
Collaboration diagram for ComponentMock:Public Member Functions | |
| _checkArg ($which, $check, $message) | |
| _checkIntArg ($which, $value) | |
| _checkStringArg ($which, $value) | |
| _checkFloatArg ($which, $value) | |
| _checkBoolArg ($which, $value) | |
| _checkArgInstanceOf ($which, $value, $class) | |
| _checkArgIsElement ($which, $value, $array, $name) | |
| _toArray ($value) | |
| _checkArgListElements ($which, &$value, $classes) | |
| _checkArgList ($which, &$value, $check, $message) | |
Data Fields | |
| $called_gcnbfqn = 0 | |
Protected Member Functions | |
| getCanonicalNameByFullyQualifiedName () | |
Definition at line 11 of file ComponentHelperTest.php.
| ComponentMock::_checkArg | ( | $which, | |
| $check, | |||
| $message | |||
| ) |
Definition at line 15 of file ComponentHelperTest.php.
References $message, and ILIAS\UI\Implementation\Component\checkArg().
Here is the call graph for this function:| ComponentMock::_checkArgInstanceOf | ( | $which, | |
| $value, | |||
| $class | |||
| ) |
Definition at line 35 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgInstanceOf().
Here is the call graph for this function:| ComponentMock::_checkArgIsElement | ( | $which, | |
| $value, | |||
| $array, | |||
| $name | |||
| ) |
Definition at line 39 of file ComponentHelperTest.php.
References $name, and ILIAS\UI\Implementation\Component\checkArgIsElement().
Here is the call graph for this function:| ComponentMock::_checkArgList | ( | $which, | |
| & | $value, | ||
| $check, | |||
| $message | |||
| ) |
Definition at line 51 of file ComponentHelperTest.php.
References $message, and ILIAS\UI\Implementation\Component\checkArgList().
Here is the call graph for this function:| ComponentMock::_checkArgListElements | ( | $which, | |
| & | $value, | ||
| $classes | |||
| ) |
Definition at line 47 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgListElements().
Here is the call graph for this function:| ComponentMock::_checkBoolArg | ( | $which, | |
| $value | |||
| ) |
Definition at line 31 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkBoolArg().
Here is the call graph for this function:| ComponentMock::_checkFloatArg | ( | $which, | |
| $value | |||
| ) |
Definition at line 27 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkFloatArg().
Here is the call graph for this function:| ComponentMock::_checkIntArg | ( | $which, | |
| $value | |||
| ) |
Definition at line 19 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkIntArg().
Here is the call graph for this function:| ComponentMock::_checkStringArg | ( | $which, | |
| $value | |||
| ) |
Definition at line 23 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkStringArg().
Here is the call graph for this function:| ComponentMock::_toArray | ( | $value | ) |
Definition at line 43 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\toArray().
Here is the call graph for this function:
|
protected |
Definition at line 57 of file ComponentHelperTest.php.
| ComponentMock::$called_gcnbfqn = 0 |
Definition at line 56 of file ComponentHelperTest.php.