ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
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().
ComponentMock::_checkArgInstanceOf | ( | $which, | |
$value, | |||
$class | |||
) |
Definition at line 35 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgInstanceOf().
ComponentMock::_checkArgIsElement | ( | $which, | |
$value, | |||
$array, | |||
$name | |||
) |
Definition at line 39 of file ComponentHelperTest.php.
References $name, and ILIAS\UI\Implementation\Component\checkArgIsElement().
ComponentMock::_checkArgList | ( | $which, | |
& | $value, | ||
$check, | |||
$message | |||
) |
Definition at line 51 of file ComponentHelperTest.php.
References $message, and ILIAS\UI\Implementation\Component\checkArgList().
ComponentMock::_checkArgListElements | ( | $which, | |
& | $value, | ||
$classes | |||
) |
Definition at line 47 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkArgListElements().
ComponentMock::_checkBoolArg | ( | $which, | |
$value | |||
) |
Definition at line 31 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkBoolArg().
ComponentMock::_checkFloatArg | ( | $which, | |
$value | |||
) |
Definition at line 27 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkFloatArg().
ComponentMock::_checkIntArg | ( | $which, | |
$value | |||
) |
Definition at line 19 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkIntArg().
ComponentMock::_checkStringArg | ( | $which, | |
$value | |||
) |
Definition at line 23 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\checkStringArg().
ComponentMock::_toArray | ( | $value | ) |
Definition at line 43 of file ComponentHelperTest.php.
References ILIAS\UI\Implementation\Component\toArray().
|
protected |
Definition at line 57 of file ComponentHelperTest.php.
ComponentMock::$called_gcnbfqn = 0 |
Definition at line 56 of file ComponentHelperTest.php.