|
ILIAS
release_8 Revision v8.24
|
Manages terms. More...
Collaboration diagram for ILIAS\Glossary\Term\TermManager:Public Member Functions | |
| __construct (InternalDomainService $domain_service, TermSessionRepository $session_repo, \ilObjGlossary $glossary, int $user_id) | |
| setSessionLang (string $lang) | |
| getSessionLang () | |
| copyTermFromOtherGlossary (int $other_glossary_ref_id, int $term_id) | |
| referenceTermsFromOtherGlossary (int $other_glossary_ref_id, array $term_ids) | |
| Reference terms of another glossary in current glossary. More... | |
Protected Attributes | |
| InternalDomainService | $domain |
| TermSessionRepository | $session_repo |
| ilObjGlossary | $glossary |
| int | $user_id |
Manages terms.
Definition at line 29 of file class.TermManager.php.
| ILIAS\Glossary\Term\TermManager::__construct | ( | InternalDomainService | $domain_service, |
| TermSessionRepository | $session_repo, | ||
| \ilObjGlossary | $glossary, | ||
| int | $user_id | ||
| ) |
Definition at line 36 of file class.TermManager.php.
References ILIAS\Glossary\Term\TermManager\$glossary, ILIAS\Glossary\Term\TermManager\$session_repo, and ILIAS\Glossary\Term\TermManager\$user_id.
| ILIAS\Glossary\Term\TermManager::copyTermFromOtherGlossary | ( | int | $other_glossary_ref_id, |
| int | $term_id | ||
| ) |
Definition at line 58 of file class.TermManager.php.
| ILIAS\Glossary\Term\TermManager::getSessionLang | ( | ) |
Definition at line 53 of file class.TermManager.php.
| ILIAS\Glossary\Term\TermManager::referenceTermsFromOtherGlossary | ( | int | $other_glossary_ref_id, |
| array | $term_ids | ||
| ) |
Reference terms of another glossary in current glossary.
Definition at line 94 of file class.TermManager.php.
| ILIAS\Glossary\Term\TermManager::setSessionLang | ( | string | $lang | ) |
Definition at line 48 of file class.TermManager.php.
References $lang.
|
protected |
Definition at line 31 of file class.TermManager.php.
|
protected |
Definition at line 33 of file class.TermManager.php.
Referenced by ILIAS\Glossary\Term\TermManager\__construct().
|
protected |
Definition at line 32 of file class.TermManager.php.
Referenced by ILIAS\Glossary\Term\TermManager\__construct().
|
protected |
Definition at line 34 of file class.TermManager.php.
Referenced by ILIAS\Glossary\Term\TermManager\__construct().