ILIAS
trunk Revision v11.0_alpha-1761-g6dbbfa7b760
|
Wiki internal data service. More...
Public Member Functions | |
__construct () | |
page (int $id, int $wiki_id, string $title, string $lang="-", bool $blocked=false, bool $rating=false, bool $hide_adv_md=false) | |
pageInfo (int $id, string $lang, string $title, int $last_change_user, string $last_change, int $create_user=0, string $created="", int $view_cnt=0, int $old_nr=0) | |
importantPage (int $id, int $order, int $indent) | |
settings (int $id, string $startpage, string $short_title, bool $rating_overall, bool $rating, bool $rating_as_block, bool $rating_for_new_pages, bool $rating_categories, bool $public_notes, string $introduction, bool $page_toc, bool $link_metadata_values, bool $empty_page_template) | |
Wiki internal data service.
Definition at line 31 of file class.InternalDataService.php.
ILIAS\Wiki\InternalDataService::__construct | ( | ) |
Definition at line 33 of file class.InternalDataService.php.
ILIAS\Wiki\InternalDataService::importantPage | ( | int | $id, |
int | $order, | ||
int | $indent | ||
) |
Definition at line 81 of file class.InternalDataService.php.
ILIAS\Wiki\InternalDataService::page | ( | int | $id, |
int | $wiki_id, | ||
string | $title, | ||
string | $lang = "-" , |
||
bool | $blocked = false , |
||
bool | $rating = false , |
||
bool | $hide_adv_md = false |
||
) |
Definition at line 37 of file class.InternalDataService.php.
References $lang.
ILIAS\Wiki\InternalDataService::pageInfo | ( | int | $id, |
string | $lang, | ||
string | $title, | ||
int | $last_change_user, | ||
string | $last_change, | ||
int | $create_user = 0 , |
||
string | $created = "" , |
||
int | $view_cnt = 0 , |
||
int | $old_nr = 0 |
||
) |
Definition at line 57 of file class.InternalDataService.php.
ILIAS\Wiki\InternalDataService::settings | ( | int | $id, |
string | $startpage, | ||
string | $short_title, | ||
bool | $rating_overall, | ||
bool | $rating, | ||
bool | $rating_as_block, | ||
bool | $rating_for_new_pages, | ||
bool | $rating_categories, | ||
bool | $public_notes, | ||
string | $introduction, | ||
bool | $page_toc, | ||
bool | $link_metadata_values, | ||
bool | $empty_page_template | ||
) |
Definition at line 93 of file class.InternalDataService.php.