ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Data Fields | |
array | $kitchensink_info_settings |
array | sub |
string | $factory_title = 'ILIAS\\UI\\Component\\Panel\\Factory' |
![]() | |
const | COMPONENT = 1 |
const | FACTORY = 2 |
Additional Inherited Members | |
![]() | |
buildFactoryReflection () | |
methods_provider () | |
setUp () | |
test_proper_namespace () | |
test_proper_name () | |
test_check_yaml_extraction (ReflectionMethod $method_reflection, string $name) | |
Tests whether the YAML Kitchen Sink info can be parsed. More... | |
test_return_type (ReflectionMethod $method_reflection, string $name) | |
Tests whether the method either returns a factory or a component. More... | |
test_factory_method_name_compatible_docstring (ReflectionMethod $method_reflection, string $name) | |
Tests whether the method name matches the return doctring? More... | |
test_method_params (ReflectionMethod $method_reflection, string $name) | |
Tests whether methods returning factories have no parameters. More... | |
test_kitchensink_info_description (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_rivals (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_background (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_featurewiki (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_javascript (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_rules (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
test_kitchensink_info_context (ReflectionMethod $method_reflection, string $name) | |
methods_provider More... | |
kitchensink_info_settings_merged_with_defaults (string $name) | |
![]() | |
returnsFactory (array $docstring_data) | |
returnsComponent (array $docstring_data) | |
isFactoryName (string $name) | |
get_regex_factory_namespace () | |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning
Definition at line 23 of file PanelFactoryTest.php.
string PanelFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Panel\\Factory' |
Definition at line 42 of file PanelFactoryTest.php.
array PanelFactoryTest::$kitchensink_info_settings |
Definition at line 25 of file PanelFactoryTest.php.
array PanelFactoryTest::sub |
Definition at line 29 of file PanelFactoryTest.php.