|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ColumnFactoryTest:
Collaboration diagram for ColumnFactoryTest:Public Member Functions | |
| getColumnTypeProvider () | |
| testDataTableColsImplementInterfaces ($class, $instance) | |
| getColumnTypeProvider More... | |
Public Member Functions inherited from AbstractFactoryTest | |
| buildFactoryReflection () | |
| getMethodsProvider () | |
| setUp () | |
| testProperNamespace () | |
| testProperName () | |
| testCheckYamlExtraction (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the YAML Kitchen Sink info can be parsed. More... | |
| testReturnType (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the method either returns a factory or a component. More... | |
| testFactoryMethodNameCompatibleDocstring (ReflectionMethod $method_reflection, string $name) | |
| Tests whether the method name matches the return doctring? More... | |
| testMethodParams (ReflectionMethod $method_reflection, string $name) | |
| Tests whether methods returning factories have no parameters. More... | |
| testKitchensinkInfoDescription (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoRivals (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoBackground (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoFeatureWiki (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoJavaScript (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoRules (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| testKitchensinkInfoContext (ReflectionMethod $method_reflection, string $name) | |
| getMethodsProvider More... | |
| kitchensinkInfoSettingsMergedWithDefaults (string $name) | |
Data Fields | |
| $kitchensink_info_settings | |
| rules | |
| $factory_title = 'ILIAS\\UI\\Component\\Table\\Column\\Factory' | |
Data Fields inherited from AbstractFactoryTest | |
| const | COMPONENT = 1 |
| const | FACTORY = 2 |
Protected Member Functions | |
| buildFactories () | |
Protected Member Functions inherited from AbstractFactoryTest | |
| returnsFactory (array $docstring_data) | |
| returnsComponent (array $docstring_data) | |
| isFactoryName (string $name) | |
| getRegexFactoryNamespace () | |
Definition at line 26 of file ColumnFactoryTest.php.
|
protected |
Definition at line 43 of file ColumnFactoryTest.php.
References $lng.
Referenced by getColumnTypeProvider().
Here is the caller graph for this function:| ColumnFactoryTest::getColumnTypeProvider | ( | ) |
Definition at line 56 of file ColumnFactoryTest.php.
References Vendor\Package\$f, and buildFactories().
Here is the call graph for this function:| ColumnFactoryTest::testDataTableColsImplementInterfaces | ( | $class, | |
| $instance | |||
| ) |
getColumnTypeProvider
Definition at line 78 of file ColumnFactoryTest.php.
| ColumnFactoryTest::$factory_title = 'ILIAS\\UI\\Component\\Table\\Column\\Factory' |
Definition at line 41 of file ColumnFactoryTest.php.
| ColumnFactoryTest::$kitchensink_info_settings |
Definition at line 28 of file ColumnFactoryTest.php.
| ColumnFactoryTest::rules |
Definition at line 29 of file ColumnFactoryTest.php.