ILIAS  trunk Revision v11.0_alpha-1723-g8e69f309bab
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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=[])
 

Detailed Description

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

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

Constructor & Destructor Documentation

◆ __construct()

ILIAS\Blog\InternalDataService::__construct ( )

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

31  {
32  //$this->..._factory = new ...\DataFactory();
33  }

Member Function Documentation

◆ 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 35 of file class.InternalDataService.php.

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

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