|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Collaboration diagram for ILIAS\Wiki\Page\PageManager:Public Member Functions | |
| __construct (InternalDataService $data_service, PageDBRepository $page_repo, \ILIAS\Wiki\Wiki\DomainService $wiki_domain, DomainService $page_domain, int $ref_id) | |
| getWikiId () | |
| createWikiPage (string $title, int $wpg_id=0, string $lang="-", int $template_page=0) | |
| getWikiPages (string $lang="-") | |
| getInfoOfSelected (array $ids, string $lang="-") | |
| getMasterPagesWithoutTranslation (string $trans) | |
| getAllPagesInfo () | |
| getRecentChanges () | |
| getNewPages () | |
| getPopularPages () | |
| getLanguages (int $wpg_id) | |
| getOrphanedPages () | |
| getPageIdForTitle (string $title, string $lang="-") | |
| getPermaLink (int $id, string $lang="-") | |
| getPermaLinkByTitle (string $title, string $lang="-") | |
| exists (int $id, string $lang="-") | |
| existsByTitle (string $title, string $lang="-") | |
| getTitle (int $id, string $lang="-") | |
| belongsToWiki (int $id) | |
Protected Attributes | |
| DomainService | $page_domain |
| ILIAS Wiki Wiki DomainService | $wiki_domain |
| PageDBRepository | $page_repo |
| int | $wiki_ref_id |
| ilObjWiki | $wiki |
| int | $ref_id |
| InternalDataService | $data_service |
Page manager.
Definition at line 29 of file PageManager.php.
| ILIAS\Wiki\Page\PageManager::__construct | ( | InternalDataService | $data_service, |
| PageDBRepository | $page_repo, | ||
| \ILIAS\Wiki\Wiki\DomainService | $wiki_domain, | ||
| DomainService | $page_domain, | ||
| int | $ref_id | ||
| ) |
Definition at line 39 of file PageManager.php.
References ILIAS\Wiki\Page\PageManager\$data_service, ILIAS\Wiki\Page\PageManager\$page_domain, ILIAS\Wiki\Page\PageManager\$page_repo, ILIAS\Wiki\Page\PageManager\$ref_id, and ILIAS\Wiki\Page\PageManager\$wiki_domain.
| ILIAS\Wiki\Page\PageManager::belongsToWiki | ( | int | $id | ) |
Definition at line 295 of file PageManager.php.
| ILIAS\Wiki\Page\PageManager::createWikiPage | ( | string | $title, |
| int | $wpg_id = 0, |
||
| string | $lang = "-", |
||
| int | $template_page = 0 |
||
| ) |
Definition at line 59 of file PageManager.php.
References ILIAS\Wiki\Page\Page\$lang.
| ILIAS\Wiki\Page\PageManager::exists | ( | int | $id, |
| string | $lang = "-" |
||
| ) |
Definition at line 278 of file PageManager.php.
References $id.
| ILIAS\Wiki\Page\PageManager::existsByTitle | ( | string | $title, |
| string | $lang = "-" |
||
| ) |
Definition at line 283 of file PageManager.php.
| ILIAS\Wiki\Page\PageManager::getAllPagesInfo | ( | ) |
Definition at line 170 of file PageManager.php.
References ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getInfoOfSelected | ( | array | $ids, |
| string | $lang = "-" |
||
| ) |
Definition at line 147 of file PageManager.php.
References ILIAS\Wiki\Page\Page\$lang, and ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getLanguages | ( | int | $wpg_id | ) |
Definition at line 210 of file PageManager.php.
| ILIAS\Wiki\Page\PageManager::getMasterPagesWithoutTranslation | ( | string | $trans | ) |
Definition at line 159 of file PageManager.php.
References ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getNewPages | ( | ) |
Definition at line 190 of file PageManager.php.
References ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getOrphanedPages | ( | ) |
Definition at line 218 of file PageManager.php.
References ilInternalLink\_getSourcesOfTarget().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getPageIdForTitle | ( | string | $title, |
| string | $lang = "-" |
||
| ) |
Definition at line 242 of file PageManager.php.
| ILIAS\Wiki\Page\PageManager::getPermaLink | ( | int | $id, |
| string | $lang = "-" |
||
| ) |
| ILIAS\Wiki\Page\PageManager::getPermaLinkByTitle | ( | string | $title, |
| string | $lang = "-" |
||
| ) |
Definition at line 266 of file PageManager.php.
References $id.
| ILIAS\Wiki\Page\PageManager::getPopularPages | ( | ) |
Definition at line 200 of file PageManager.php.
References ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getRecentChanges | ( | ) |
Definition at line 180 of file PageManager.php.
References ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:| ILIAS\Wiki\Page\PageManager::getTitle | ( | int | $id, |
| string | $lang = "-" |
||
| ) |
Definition at line 290 of file PageManager.php.
References $id.
| ILIAS\Wiki\Page\PageManager::getWikiId | ( | ) |
Definition at line 54 of file PageManager.php.
| ILIAS\Wiki\Page\PageManager::getWikiPages | ( | string | $lang = "-" | ) |
Definition at line 136 of file PageManager.php.
References ILIAS\Wiki\Page\Page\$lang, and ILIAS\Wiki\Page\Page\getWikiId().
Here is the call graph for this function:
|
protected |
Definition at line 37 of file PageManager.php.
Referenced by ILIAS\Wiki\Page\PageManager\__construct().
|
protected |
Definition at line 31 of file PageManager.php.
Referenced by ILIAS\Wiki\Page\PageManager\__construct().
|
protected |
Definition at line 33 of file PageManager.php.
Referenced by ILIAS\Wiki\Page\PageManager\__construct().
|
protected |
Definition at line 36 of file PageManager.php.
Referenced by ILIAS\Wiki\Page\PageManager\__construct().
|
protected |
Definition at line 35 of file PageManager.php.
|
protected |
Definition at line 32 of file PageManager.php.
Referenced by ILIAS\Wiki\Page\PageManager\__construct().
|
protected |
Definition at line 34 of file PageManager.php.