|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Glossary\Flashcard\DataFactory:Public Member Functions | |
| __construct () | |
| term (int $term_id, int $user_id, int $glo_id, int $box_nr, ?string $last_access=null) | |
| box (int $box_nr, int $user_id, int $glo_id, ?string $last_access=null) | |
Definition at line 26 of file class.DataFactory.php.
| ILIAS\Glossary\Flashcard\DataFactory::__construct | ( | ) |
Definition at line 28 of file class.DataFactory.php.
| ILIAS\Glossary\Flashcard\DataFactory::box | ( | int | $box_nr, |
| int | $user_id, | ||
| int | $glo_id, | ||
| ?string | $last_access = null |
||
| ) |
Definition at line 42 of file class.DataFactory.php.
| ILIAS\Glossary\Flashcard\DataFactory::term | ( | int | $term_id, |
| int | $user_id, | ||
| int | $glo_id, | ||
| int | $box_nr, | ||
| ?string | $last_access = null |
||
| ) |
Definition at line 32 of file class.DataFactory.php.