|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ComponentMock:Public Member Functions | |
| _checkArg ($which, $check, $message) | |
| _checkIntArg ($which, $value) | |
| _checkStringArg ($which, $value) | |
| _checkFloatArg ($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 9 of file ComponentHelperTest.php.
| ComponentMock::_checkArg | ( | $which, | |
| $check, | |||
| $message | |||
| ) |
Definition at line 13 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 29 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 33 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 45 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 41 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgListElements().
Here is the call graph for this function:| ComponentMock::_checkFloatArg | ( | $which, | |
| $value | |||
| ) |
Definition at line 25 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 17 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 21 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkStringArg().
Here is the call graph for this function:| ComponentMock::_toArray | ( | $value | ) |
Definition at line 37 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\toArray().
Here is the call graph for this function:
|
protected |
Definition at line 51 of file ComponentHelperTest.php.
| ComponentMock::$called_gcnbfqn = 0 |
Definition at line 50 of file ComponentHelperTest.php.