|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
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) | |
Definition at line 29 of file class.InternalDataService.php.
| ILIAS\Blog\InternalDataService::__construct | ( | ) |
Definition at line 33 of file class.InternalDataService.php.
| 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.
| 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.