|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest:
Collaboration diagram for ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest:Public Member Functions | |
| testIsDefaultTrue () | |
| testIsDefaultFalse () | |
| testIsOutdatedTrue () | |
| testIsOutdatedFalse () | |
| testIdentifier () | |
| testTitle () | |
| testDescription () | |
| testPresentAsUIComponents () | |
| testPresentAsImageOnly () | |
| testPresentAsLinkOnly () | |
| testPresentAsString () | |
Protected Member Functions | |
| getIcon () | |
| getLink () | |
| getRenderer (?Icon $icon=null, ?Link $link=null) | |
| getIdentifierHandler () | |
| getEntry (bool $is_default, bool $is_outdated, int $id, string $title, string $description, string $cp_data) | |
Definition at line 41 of file CopyrightTest.php.
|
protected |
Definition at line 112 of file CopyrightTest.php.
|
protected |
Definition at line 43 of file CopyrightTest.php.
|
protected |
Definition at line 102 of file CopyrightTest.php.
|
protected |
Definition at line 50 of file CopyrightTest.php.
|
protected |
Definition at line 57 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testDescription | ( | ) |
Definition at line 275 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testIdentifier | ( | ) |
Definition at line 239 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testIsDefaultFalse | ( | ) |
Definition at line 185 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testIsDefaultTrue | ( | ) |
Definition at line 167 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testIsOutdatedFalse | ( | ) |
Definition at line 221 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testIsOutdatedTrue | ( | ) |
Definition at line 203 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testPresentAsImageOnly | ( | ) |
Definition at line 319 of file CopyrightTest.php.
References $renderer.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testPresentAsLinkOnly | ( | ) |
Definition at line 342 of file CopyrightTest.php.
References $renderer.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testPresentAsString | ( | ) |
Definition at line 365 of file CopyrightTest.php.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testPresentAsUIComponents | ( | ) |
Definition at line 293 of file CopyrightTest.php.
References $components, and $renderer.
| ILIAS\MetaData\Services\CopyrightHelper\CopyrightTest::testTitle | ( | ) |
Definition at line 257 of file CopyrightTest.php.