|
ILIAS Container Classification ClassificationSessionRepository | $repo |
|
◆ setUp()
ClassificationSessionRepositoryTest::setUp |
( |
| ) |
|
|
protected |
◆ tearDown()
ClassificationSessionRepositoryTest::tearDown |
( |
| ) |
|
|
protected |
◆ testUnsetAll()
ClassificationSessionRepositoryTest::testUnsetAll |
( |
| ) |
|
◆ testUnsetValueForProvider()
ClassificationSessionRepositoryTest::testUnsetValueForProvider |
( |
| ) |
|
Definition at line 58 of file ClassificationSessionRepositoryTest.php.
References $repo.
61 $repo->setValueForProvider(
"prov1", [1, 2, 3]);
62 $repo->setValueForProvider(
"prov2", [3, 4, 5]);
63 $repo->unsetValueForProvider(
"prov1");
66 $repo->getValueForProvider(
"prov1")
70 $repo->getValueForProvider(
"prov2")
ILIAS Container Classification ClassificationSessionRepository $repo
◆ testValueForProvider()
ClassificationSessionRepositoryTest::testValueForProvider |
( |
| ) |
|
◆ $repo
ILIAS Container Classification ClassificationSessionRepository ClassificationSessionRepositoryTest::$repo |
|
protected |
The documentation for this class was generated from the following file: