ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ILIAS\Blog\InternalDataService Class Reference
+ Collaboration diagram for ILIAS\Blog\InternalDataService:

Public Member Functions

 __construct ()
 
 settings (int $id, bool $profile_picture, string $bg_color, string $font_color, bool $rss_active, bool $approval, bool $abs_shorten, int $abs_shorten_len, bool $abs_image, int $abs_img_width, int $abs_img_height, bool $keywords, bool $authors, int $nav_mode, int $nav_list_mon_with_post, int $nav_list_mon, int $ov_post, array $nav_order=[])
 
 posting (int $id, int $blog_id, string $title, ilDateTime $created, int $author, bool $approved, ?ilDateTime $last_withdrawn)
 

Detailed Description

Author
Alexander Killing killi.nosp@m.ng@l.nosp@m.eifos.nosp@m..de

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\InternalDataService::__construct ( )

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

34  {
35  //$this->..._factory = new ...\DataFactory();
36  }

Member Function Documentation

◆ posting()

ILIAS\Blog\InternalDataService::posting ( int  $id,
int  $blog_id,
string  $title,
ilDateTime  $created,
int  $author,
bool  $approved,
?ilDateTime  $last_withdrawn 
)

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

88  : Posting {
89  return new Posting(
90  $id,
91  $blog_id,
92  $title,
93  $created,
94  $author,
95  $approved,
96  $last_withdrawn
97  );
98  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

◆ settings()

ILIAS\Blog\InternalDataService::settings ( int  $id,
bool  $profile_picture,
string  $bg_color,
string  $font_color,
bool  $rss_active,
bool  $approval,
bool  $abs_shorten,
int  $abs_shorten_len,
bool  $abs_image,
int  $abs_img_width,
int  $abs_img_height,
bool  $keywords,
bool  $authors,
int  $nav_mode,
int  $nav_list_mon_with_post,
int  $nav_list_mon,
int  $ov_post,
array  $nav_order = [] 
)

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

57  : Settings\Settings {
58  return new Settings\Settings(
59  $id,
60  $profile_picture,
61  $bg_color,
62  $font_color,
63  $rss_active,
64  $approval,
65  $abs_shorten,
66  $abs_shorten_len,
67  $abs_image,
68  $abs_img_width,
69  $abs_img_height,
70  $keywords,
71  $authors,
72  $nav_mode,
73  $nav_list_mon_with_post,
74  $nav_list_mon,
75  $ov_post,
76  $nav_order
77  );
78  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

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