ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
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().
ComponentMock::_checkArgInstanceOf | ( | $which, | |
$value, | |||
$class | |||
) |
Definition at line 29 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgInstanceOf().
ComponentMock::_checkArgIsElement | ( | $which, | |
$value, | |||
$array, | |||
$name | |||
) |
Definition at line 33 of file ComponentHelperTest.php.
References $name, and ILIAS\UI\Implementation\Component\checkArgIsElement().
ComponentMock::_checkArgList | ( | $which, | |
& | $value, | ||
$check, | |||
$message | |||
) |
Definition at line 45 of file ComponentHelperTest.php.
References $message, and ILIAS\UI\Implementation\Component\checkArgList().
ComponentMock::_checkArgListElements | ( | $which, | |
& | $value, | ||
$classes | |||
) |
Definition at line 41 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgListElements().
ComponentMock::_checkFloatArg | ( | $which, | |
$value | |||
) |
Definition at line 25 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkFloatArg().
ComponentMock::_checkIntArg | ( | $which, | |
$value | |||
) |
Definition at line 17 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkIntArg().
ComponentMock::_checkStringArg | ( | $which, | |
$value | |||
) |
Definition at line 21 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkStringArg().
ComponentMock::_toArray | ( | $value | ) |
Definition at line 37 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\toArray().
|
protected |
Definition at line 51 of file ComponentHelperTest.php.
ComponentMock::$called_gcnbfqn = 0 |
Definition at line 50 of file ComponentHelperTest.php.