ILIAS  trunk Revision v11.0_alpha-1761-g6dbbfa7b760
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
ILIAS\Wiki\InternalDataService Class Reference

Wiki internal data service. More...

+ Collaboration diagram for ILIAS\Wiki\InternalDataService:

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)
 

Detailed Description

Wiki internal data service.

Definition at line 31 of file class.InternalDataService.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Wiki\InternalDataService::__construct ( )

Definition at line 33 of file class.InternalDataService.php.

34  {
35  }

Member Function Documentation

◆ importantPage()

ILIAS\Wiki\InternalDataService::importantPage ( int  $id,
int  $order,
int  $indent 
)

Definition at line 81 of file class.InternalDataService.php.

85  : ImportantPage {
86  return new ImportantPage(
87  $id,
88  $order,
89  $indent
90  );
91  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

◆ page()

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.

45  : Page {
46  return new Page(
47  $id,
48  $wiki_id,
49  $title,
50  $lang,
51  $blocked,
52  $rating,
53  $hide_adv_md
54  );
55  }
$lang
Definition: xapiexit.php:25
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

◆ pageInfo()

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.

67  : PageInfo {
68  return new PageInfo(
69  $id,
70  $lang,
71  $title,
72  $last_change_user,
73  $last_change,
74  $create_user,
75  $created,
76  $view_cnt,
77  $old_nr
78  );
79  }
$lang
Definition: xapiexit.php:25
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

◆ settings()

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.

107  : Settings {
108  return new Settings(
109  $id,
110  $startpage,
111  $short_title,
112  $rating_overall,
113  $rating,
114  $rating_as_block,
115  $rating_for_new_pages,
116  $rating_categories,
117  $public_notes,
118  $introduction,
119  $page_toc,
120  $link_metadata_values,
121  $empty_page_template
122  );
123  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

The documentation for this class was generated from the following file: