ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilObjBlog Class Reference
+ Inheritance diagram for ilObjBlog:
+ Collaboration diagram for ilObjBlog:

Public Member Functions

 __construct (int $a_id=0, bool $a_reference=true)
 
 getNotesStatus ()
 
 setNotesStatus (bool $a_status)
 
 initDefaultRoles ()
 
 getLocalContributorRole (int $a_node_id)
 
 getLocalEditorRole (int $a_node_id)
 
 getAllLocalRoles (int $a_node_id)
 
 getRolesWithContributeOrRedact (int $a_node_id)
 
- Public Member Functions inherited from ilObject2
 __construct (int $a_id=0, bool $a_reference=true)
 Constructor. More...
 
 read ()
 
 create (bool $a_clone_mode=false)
 
 update ()
 
 delete ()
 
 cloneMetaData (ilObject $target_obj)
 
 cloneObject (int $target_id, int $copy_id=0, bool $omit_tree=false)
 
- Public Member Functions inherited from ilObject
 getObjectProperties ()
 
 flushObjectProperties ()
 
 withReferences ()
 determines whether objects are referenced or not (got ref ids or not) More...
 
 processAutoRating ()
 
 read ()
 
 getId ()
 
 setId (int $id)
 
 setRefId (int $ref_id)
 
 getRefId ()
 
 getType ()
 
 setType (string $type)
 
 getPresentationTitle ()
 get presentation title Normally same as title Overwritten for sessions More...
 
 getTitle ()
 
 getUntranslatedTitle ()
 Get untranslated object title WebDAV needs to access the untranslated title of an object. More...
 
 setTitle (string $title)
 
 getDescription ()
 
 setDescription (string $description)
 
 getLongDescription ()
 get object long description (stored in object_description) More...
 
 getImportId ()
 
 setImportId (string $import_id)
 
 setOfflineStatus (bool $status)
 
 getOfflineStatus ()
 
 supportsOfflineHandling ()
 
 getOwner ()
 
 getOwnerName ()
 get full name of object owner More...
 
 setOwner (int $usr_id)
 
 getCreateDate ()
 Get create date in YYYY-MM-DD HH-MM-SS format. More...
 
 getLastUpdateDate ()
 Get last update date in YYYY-MM-DD HH-MM-SS format. More...
 
 create ()
 note: title, description and type should be set when this function is called More...
 
 update ()
 
 MDUpdateListener (string $element)
 Metadata update listener. More...
 
 createMetaData ()
 
 updateMetaData ()
 
 deleteMetaData ()
 
 updateOwner ()
 update owner of object in db More...
 
 putInTree (int $parent_ref_id)
 maybe this method should be in tree object!? More...
 
 setPermissions (int $parent_ref_id)
 
 setParentRolePermissions (int $parent_ref_id)
 Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More...
 
 createReference ()
 creates reference for object More...
 
 countReferences ()
 
 delete ()
 delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More...
 
 initDefaultRoles ()
 init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More...
 
 applyDidacticTemplate (int $tpl_id)
 
 getXMLZip ()
 
 getHTMLDirectory ()
 
 appendCopyInfo (int $target_id, int $copy_id, int $new_obj_id)
 Prepend Copy info if object with same name exists in that container. More...
 
 cloneDependencies (int $target_id, int $copy_id)
 Clone object dependencies. More...
 
 cloneMetaData (ilObject $target_obj)
 Copy meta data. More...
 
 selfOrParentWithRatingEnabled ()
 
 getPossibleSubObjects (bool $filter=true)
 get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More...
 

Static Public Member Functions

static sendNotification (string $a_action, bool $a_in_wsp, int $a_blog_node_id, int $a_posting_id, ?string $a_comment=null)
 
static deliverRSS (string $a_wsp_id)
 Deliver blog as rss feed. More...
 
- Static Public Member Functions inherited from ilObject
static _lookupObjIdByImportId (string $import_id)
 Get (latest) object id for an import id. More...
 
static _lookupImportId (int $obj_id)
 
static _lookupOwnerName (int $owner_id)
 Lookup owner name for owner id. More...
 
static _getIdForImportId (string $import_id)
 
static _getAllReferences (int $id)
 get all reference ids for object ID More...
 
static _lookupTitle (int $obj_id)
 
static lookupOfflineStatus (int $obj_id)
 Lookup offline status using objectDataCache. More...
 
static _lookupOwner (int $obj_id)
 Lookup owner user ID for object ID. More...
 
static _getIdsForTitle (string $title, string $type='', bool $partial_match=false)
 
static _lookupDescription (int $obj_id)
 
static _lookupLastUpdate (int $obj_id, bool $formatted=false)
 
static _getLastUpdateOfObjects (array $obj_ids)
 
static _lookupObjId (int $ref_id)
 
static _setDeletedDate (int $ref_id, int $deleted_by)
 
static setDeletedDates (array $ref_ids, int $user_id)
 
static _resetDeletedDate (int $ref_id)
 
static _lookupDeletedDate (int $ref_id)
 
static _writeTitle (int $obj_id, string $title)
 write title to db (static) More...
 
static _writeDescription (int $obj_id, string $desc)
 write description to db (static) More...
 
static _writeImportId (int $obj_id, string $import_id)
 write import id to db (static) More...
 
static _lookupType (int $id, bool $reference=false)
 
static _isInTrash (int $ref_id)
 
static _hasUntrashedReference (int $obj_id)
 checks whether an object has at least one reference that is not in trash More...
 
static _lookupObjectId (int $ref_id)
 
static _getObjectsDataForType (string $type, bool $omit_trash=false)
 get all objects of a certain type More...
 
static _exists (int $id, bool $reference=false, ?string $type=null)
 checks if an object exists in object_data More...
 
static _getObjectsByType (string $obj_type="", ?int $owner=null)
 
static _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true)
 Prepare copy wizard object selection. More...
 
static getIconForType (string $type)
 
static _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false)
 Get icon for repository item. More...
 
static collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0)
 Collect deletion dependencies. More...
 
static getDeletionDependencies (int $obj_id)
 Get deletion dependencies. More...
 
static getLongDescriptions (array $obj_ids)
 
static getAllOwnedRepositoryObjects (int $user_id)
 
static fixMissingTitles ($type, array &$obj_title_map)
 Try to fix missing object titles. More...
 
static _lookupCreationDate (int $obj_id)
 
static _getObjectTypeIdByTitle (string $type, ?\ilDBInterface $ilDB=null)
 

Data Fields

const NAV_MODE_LIST = 1
 
const NAV_MODE_MONTH = 2
 
const ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500
 
const ABSTRACT_DEFAULT_IMAGE_WIDTH = 144
 
const ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144
 
const NAV_MODE_LIST_DEFAULT_POSTINGS = 10
 
- Data Fields inherited from ilObject
const TITLE_LENGTH = 255
 
const DESC_LENGTH = 128
 
const LONG_DESC_LENGTH = 4000
 
const TABLE_OBJECT_DATA = "object_data"
 
array $objectList
 
string $untranslatedTitle
 

Protected Member Functions

 initType ()
 
 doRead ()
 
 doCreate (bool $clone_mode=false)
 
 doDelete ()
 
 doUpdate ()
 
 doCloneObject (ilObject2 $new_obj, int $a_target_id, ?int $a_copy_id=null)
 
- Protected Member Functions inherited from ilObject2
 initType ()
 
 doRead ()
 
 doCreate (bool $clone_mode=false)
 
 beforeCreate ()
 If overwritten this method should return true, there is currently no "abort" handling for cases where "false" is returned. More...
 
 doUpdate ()
 
 beforeUpdate ()
 
 doDelete ()
 
 beforeDelete ()
 
 doCloneObject (ilObject2 $new_obj, int $a_target_id, ?int $a_copy_id=null)
 
 beforeCloneObject ()
 
- Protected Member Functions inherited from ilObject
 doMDUpdateListener (string $a_element)
 
 beforeMDUpdateListener (string $a_element)
 
 doCreateMetaData ()
 
 beforeCreateMetaData ()
 
 doUpdateMetaData ()
 
 beforeUpdateMetaData ()
 
 doDeleteMetaData ()
 
 beforeDeleteMetaData ()
 
 handleAutoRating ()
 
 hasAutoRating ()
 

Protected Attributes

Settings $blog_settings = null
 
SettingsManager $settings_manager
 
ILIAS Style Content DomainService $content_style_domain
 
ILIAS Notes Service $notes_service
 
bool $notes = false
 
bool $style = false
 
- Protected Attributes inherited from ilObject
ilLogger $obj_log
 
ILIAS $ilias
 
ilObjectDefinition $obj_definition
 
ilDBInterface $db
 
ilLogger $log
 
ilErrorHandling $error
 
ilTree $tree
 
ilAppEventHandler $app_event_handler
 
ilRbacAdmin $rbac_admin
 
ilRbacReview $rbac_review
 
ilObjUser $user
 
ilLanguage $lng
 
LOMServices $lom_services
 
bool $call_by_reference
 
int $max_title = self::TITLE_LENGTH
 
int $max_desc = self::DESC_LENGTH
 
bool $add_dots = true
 
int $ref_id = null
 
string $type = ""
 
string $title = ""
 
string $desc = ""
 
string $long_desc = ""
 
int $owner = 0
 
string $create_date = ""
 
string $last_update = ""
 
string $import_id = ""
 
bool $register = false
 

Detailed Description

Definition at line 24 of file class.ilObjBlog.php.

Constructor & Destructor Documentation

◆ __construct()

ilObjBlog::__construct ( int  $a_id = 0,
bool  $a_reference = true 
)

Definition at line 40 of file class.ilObjBlog.php.

References $DIC, ILIAS\GlobalScreen\Provider\__construct(), and ilObject\getId().

43  {
44  global $DIC;
45 
46  $this->notes_service = $DIC->notes();
47  $this->settings_manager = $DIC->blog()->internal()->domain()->blogSettings();
48 
49  parent::__construct($a_id, $a_reference);
50  $this->rbac_review = $DIC->rbac()->review();
51 
52  $this->content_style_domain = $DIC
53  ->contentStyle()
54  ->domain();
55 
56  if ($this->getId() > 0) {
57  $this->blog_settings = $this->settings_manager->getByObjId($this->getId());
58  }
59  }
global $DIC
Definition: shib_login.php:26
__construct(Container $dic, ilPlugin $plugin)
+ Here is the call graph for this function:

Member Function Documentation

◆ deliverRSS()

static ilObjBlog::deliverRSS ( string  $a_wsp_id)
static

Deliver blog as rss feed.

Definition at line 178 of file class.ilObjBlog.php.

References $DIC, $id, $ilSetting, $url, ilPageObject\_lookupActive(), ilObject\_lookupObjId(), exit, ilBlogPosting\getAllPostings(), ilBlogPostingGUI\getSnippet(), IL_CAL_DATETIME, and null.

178  : void
179  {
180  global $DIC;
181 
182  $ilSetting = $DIC->settings();
183 
184  if (!$ilSetting->get('enable_global_profiles')) {
185  return;
186  }
187 
188  // #10827
189  if (!str_ends_with($a_wsp_id, "_cll")) {
190  $wsp_id = new ilWorkspaceTree(0);
191  $obj_id = $wsp_id->lookupObjectId((int) $a_wsp_id);
192  $is_wsp = "_wsp";
193  $pl = $DIC->blog()->internal()->gui()->permanentLink(0, (int) $a_wsp_id);
194  } else {
195  $a_wsp_id = substr($a_wsp_id, 0, -4);
196  $obj_id = ilObject::_lookupObjId((int) $a_wsp_id);
197  $is_wsp = null;
198  $pl = $DIC->blog()->internal()->gui()->permanentLink((int) $a_wsp_id);
199  }
200  if (!$obj_id) {
201  return;
202  }
203 
204  $blog_settings = $DIC->blog()->internal()->domain()->blogSettings()
205  ->getByObjId($obj_id);
206  if (!$blog_settings?->getRSS()) {
207  return;
208  }
209 
210  $blog = new self($obj_id, false);
211  $feed = new ilFeedWriter();
212 
213  $url = $pl->getPermanentLink();
214  $url = str_replace("&", "&", $url);
215 
216  // #11870
217  $feed->setChannelTitle(str_replace("&", "&", $blog->getTitle()));
218  $feed->setChannelDescription(str_replace("&", "&", $blog->getDescription()));
219  $feed->setChannelLink($url);
220 
221  // needed for blogpostinggui / pagegui
222  $tpl = new ilGlobalTemplate("tpl.main.html", true, true);
223 
224  foreach (ilBlogPosting::getAllPostings($obj_id) as $item) {
225  $id = $item["id"];
226 
227  // only published items
228  $is_active = ilBlogPosting::_lookupActive($id, "blp");
229  if (!$is_active) {
230  continue;
231  }
232 
233  // #16434
234  $snippet = strip_tags(ilBlogPostingGUI::getSnippet($id), "<br><br/><div><p>");
235  $snippet = str_replace("&", "&amp;", $snippet);
236  $snippet = "<![CDATA[" . $snippet . "]]>";
237 
238  $url = $pl->getPermanentLink((int) $id);
239  $url = str_replace("&", "&amp;", $url);
240 
241  $feed_item = new ilFeedItem();
242  $feed_item->setTitle(str_replace("&", "&amp;", $item["title"])); // #16022
243  $feed_item->setDate($item["created"]->get(IL_CAL_DATETIME));
244  $feed_item->setDescription($snippet);
245  $feed_item->setLink($url);
246  $feed_item->setAbout($url);
247  $feed->addItem($feed_item);
248  }
249 
250  $feed->showFeed();
251  exit();
252  }
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupActive(int $a_id, string $a_parent_type, bool $a_check_scheduled_activation=false, string $a_lang="-")
lookup activation status
Settings $blog_settings
const IL_CAL_DATETIME
static getAllPostings(int $a_blog_id, int $a_limit=1000, int $a_offset=0)
Get all postings of blog.
special template class to simplify handling of ITX/PEAR
$url
Definition: shib_logout.php:68
static getSnippet(int $a_id, bool $a_truncate=false, int $a_truncate_length=500, string $a_truncate_sign="...", bool $a_include_picture=false, int $a_picture_width=144, int $a_picture_height=144, ?string $a_export_directory=null)
Get first text paragraph of page.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
static _lookupObjId(int $ref_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
global $DIC
Definition: shib_login.php:26
exit
global $ilSetting
Definition: privfeed.php:31
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the call graph for this function:

◆ doCloneObject()

ilObjBlog::doCloneObject ( ilObject2  $new_obj,
int  $a_target_id,
?int  $a_copy_id = null 
)
protected

Definition at line 132 of file class.ilObjBlog.php.

References ilObject2\cloneMetaData(), ilObject\getId(), getNotesStatus(), and ilObject2\update().

132  : void
133  {
134  assert($new_obj instanceof ilObjBlog);
135 
136  $new_obj->setNotesStatus($this->getNotesStatus());
137  $new_obj->update();
138 
139  $this->settings_manager->clone($this->getId(), $new_obj->getId());
140 
141  // set/copy stylesheet
142  $this->content_style_domain->styleForObjId($this->getId())->cloneTo($new_obj->getId());
143 
144  $this->cloneMetaData($new_obj);
145  }
cloneMetaData(ilObject $target_obj)
+ Here is the call graph for this function:

◆ doCreate()

ilObjBlog::doCreate ( bool  $clone_mode = false)
protected

Definition at line 75 of file class.ilObjBlog.php.

References ilObject\$db, $ilDB, and ilObject\createMetaData().

75  : void
76  {
77  $ilDB = $this->db;
78 
79  $this->createMetaData();
80 
81  $ilDB->manipulate("INSERT INTO il_blog (id,ppic,rss_active,approval" .
82  ",abs_shorten,abs_shorten_len,abs_image,abs_img_width,abs_img_height" .
83  ",keywords,authors,nav_mode,nav_list_mon_with_post,ov_post) VALUES (" .
84  $ilDB->quote($this->id, "integer") . "," .
85  $ilDB->quote(true, "integer") . "," .
86  $ilDB->quote(true, "integer") . "," .
87  $ilDB->quote(false, "integer") . "," .
88  $ilDB->quote(false, "integer") . "," .
89  $ilDB->quote(0, "integer") . "," .
90  $ilDB->quote(false, "integer") . "," .
91  $ilDB->quote(0, "integer") . "," .
92  $ilDB->quote(0, "integer") . "," .
93  $ilDB->quote(true, "integer") . "," .
94  $ilDB->quote(false, "integer") . "," .
95  $ilDB->quote(self::NAV_MODE_LIST, "integer") . "," .
96  $ilDB->quote(5, "integer") . "," .
97  $ilDB->quote(5, "integer") .
98  ")");
99 
100  // #14661
101  $this->notes_service->domain()->activateComments($this->id);
102  }
ilDBInterface $db
+ Here is the call graph for this function:

◆ doDelete()

ilObjBlog::doDelete ( )
protected

Definition at line 104 of file class.ilObjBlog.php.

References ilObject\$db, $ilDB, ilBlogPosting\deleteAllBlogPostings(), ilObject\deleteMetaData(), ilNotification\removeForObject(), and ilNotification\TYPE_BLOG.

104  : void
105  {
106  $ilDB = $this->db;
107 
108  $this->deleteMetaData();
109 
111 
112  // remove all notifications
114 
115  $ilDB->manipulate("DELETE FROM il_blog" .
116  " WHERE id = " . $ilDB->quote($this->id, "integer"));
117  }
static deleteAllBlogPostings(int $a_blog_id)
Delete all postings for blog.
ilDBInterface $db
static removeForObject(int $type, int $id)
Remove all notifications for given object.
+ Here is the call graph for this function:

◆ doRead()

ilObjBlog::doRead ( )
protected

Definition at line 66 of file class.ilObjBlog.php.

References ilObject\getId(), and setNotesStatus().

66  : void
67  {
68  // #14661
69  $this->setNotesStatus(
70  $this->notes_service->domain()->commentsActive($this->id)
71  );
72  $this->blog_settings = $this->settings_manager->getByObjId($this->getId());
73  }
setNotesStatus(bool $a_status)
+ Here is the call graph for this function:

◆ doUpdate()

ilObjBlog::doUpdate ( )
protected

Definition at line 119 of file class.ilObjBlog.php.

References getNotesStatus(), and ilObject\updateMetaData().

119  : void
120  {
121  $this->updateMetaData();
122 
123  if ($this->id) {
124  // #14661
125  $this->notes_service->domain()->activateComments(
126  $this->id,
127  $this->getNotesStatus()
128  );
129  }
130  }
+ Here is the call graph for this function:

◆ getAllLocalRoles()

ilObjBlog::getAllLocalRoles ( int  $a_node_id)

Definition at line 291 of file class.ilObjBlog.php.

References $res, ilObjRole\_getTranslation(), and ilObject\_lookupTitle().

291  : array
292  {
293  $res = array();
294  foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
296  }
297 
298  asort($res);
299  return $res;
300  }
$res
Definition: ltiservices.php:66
static _lookupTitle(int $obj_id)
static _getTranslation(string $a_role_title)
+ Here is the call graph for this function:

◆ getLocalContributorRole()

ilObjBlog::getLocalContributorRole ( int  $a_node_id)

Definition at line 271 of file class.ilObjBlog.php.

References ilObject\_lookupTitle().

Referenced by getRolesWithContributeOrRedact().

271  : int
272  {
273  foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
274  if (str_starts_with(ilObject::_lookupTitle($role_id), "il_blog_contributor")) {
275  return $role_id;
276  }
277  }
278  return 0;
279  }
static _lookupTitle(int $obj_id)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getLocalEditorRole()

ilObjBlog::getLocalEditorRole ( int  $a_node_id)

Definition at line 281 of file class.ilObjBlog.php.

References ilObject\_lookupTitle().

Referenced by getRolesWithContributeOrRedact().

281  : int
282  {
283  foreach ($this->rbac_review->getLocalRoles($a_node_id) as $role_id) {
284  if (strpos(ilObject::_lookupTitle($role_id), "il_blog_editor") === 0) {
285  return $role_id;
286  }
287  }
288  return 0;
289  }
static _lookupTitle(int $obj_id)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getNotesStatus()

ilObjBlog::getNotesStatus ( )

Definition at line 147 of file class.ilObjBlog.php.

References $notes.

Referenced by doCloneObject(), and doUpdate().

147  : bool
148  {
149  return $this->notes;
150  }
+ Here is the caller graph for this function:

◆ getRolesWithContributeOrRedact()

ilObjBlog::getRolesWithContributeOrRedact ( int  $a_node_id)

Definition at line 302 of file class.ilObjBlog.php.

References $res, ilRbacReview\_getOperationIdByName(), ilObjRole\_getTranslation(), getLocalContributorRole(), and getLocalEditorRole().

302  : array
303  {
304  $contr_op_id = ilRbacReview::_getOperationIdByName("contribute");
305  $redact_op_id = ilRbacReview::_getOperationIdByName("redact");
306  $contr_role_id = $this->getLocalContributorRole($a_node_id);
307  $editor_role_id = $this->getLocalEditorRole($a_node_id);
308 
309  $res = array();
310  foreach ($this->rbac_review->getParentRoleIds($a_node_id) as $role_id => $role) {
311  if ($role_id != $contr_role_id &&
312  $role_id != $editor_role_id) {
313  $all_ops = $this->rbac_review->getActiveOperationsOfRole($a_node_id, $role_id);
314  if (in_array($contr_op_id, $all_ops) ||
315  in_array($redact_op_id, $all_ops)) {
316  $res[$role_id] = ilObjRole::_getTranslation($role["title"]);
317  }
318  }
319  }
320 
321  return $res;
322  }
$res
Definition: ltiservices.php:66
getLocalContributorRole(int $a_node_id)
static _getTranslation(string $a_role_title)
static _getOperationIdByName(string $a_operation)
get operation id by name of operation
getLocalEditorRole(int $a_node_id)
+ Here is the call graph for this function:

◆ initDefaultRoles()

ilObjBlog::initDefaultRoles ( )

Definition at line 254 of file class.ilObjBlog.php.

References ilObjRole\createDefaultRole(), ilObject\getId(), and ilObject\getRefId().

254  : void
255  {
257  'il_blog_contributor_' . $this->getRefId(),
258  "Contributor of blog obj_no." . $this->getId(),
259  'il_blog_contributor',
260  $this->getRefId()
261  );
262 
264  'il_blog_editor_' . $this->getRefId(),
265  "Editor of blog obj_no." . $this->getId(),
266  'il_blog_editor',
267  $this->getRefId()
268  );
269  }
static createDefaultRole(string $a_title, string $a_description, string $a_tpl_name, int $a_ref_id)
+ Here is the call graph for this function:

◆ initType()

ilObjBlog::initType ( )
protected

Definition at line 61 of file class.ilObjBlog.php.

61  : void
62  {
63  $this->type = "blog";
64  }

◆ sendNotification()

static ilObjBlog::sendNotification ( string  $a_action,
bool  $a_in_wsp,
int  $a_blog_node_id,
int  $a_posting_id,
?string  $a_comment = null 
)
static

Definition at line 157 of file class.ilObjBlog.php.

References $DIC.

Referenced by ilBlogPostingGUI\activatePage(), ilBlogPostingGUI\observeNoteAction(), and ilBlogPosting\update().

163  : void {
164  global $DIC;
165 
166  $DIC->blog()->internal()->domain()->notification()->sendNotification(
167  $a_action,
168  $a_in_wsp,
169  $a_blog_node_id,
170  $a_posting_id,
171  $a_comment
172  );
173  }
global $DIC
Definition: shib_login.php:26
+ Here is the caller graph for this function:

◆ setNotesStatus()

ilObjBlog::setNotesStatus ( bool  $a_status)

Definition at line 152 of file class.ilObjBlog.php.

Referenced by doRead().

152  : void
153  {
154  $this->notes = $a_status;
155  }
+ Here is the caller graph for this function:

Field Documentation

◆ $blog_settings

Settings ilObjBlog::$blog_settings = null
protected

Definition at line 32 of file class.ilObjBlog.php.

◆ $content_style_domain

ILIAS Style Content DomainService ilObjBlog::$content_style_domain
protected

Definition at line 34 of file class.ilObjBlog.php.

◆ $notes

bool ilObjBlog::$notes = false
protected

Definition at line 37 of file class.ilObjBlog.php.

Referenced by getNotesStatus().

◆ $notes_service

ILIAS Notes Service ilObjBlog::$notes_service
protected

Definition at line 35 of file class.ilObjBlog.php.

◆ $settings_manager

SettingsManager ilObjBlog::$settings_manager
protected

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

◆ $style

bool ilObjBlog::$style = false
protected

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

◆ ABSTRACT_DEFAULT_IMAGE_HEIGHT

const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144

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

◆ ABSTRACT_DEFAULT_IMAGE_WIDTH

const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_WIDTH = 144

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

◆ ABSTRACT_DEFAULT_SHORTEN_LENGTH

const ilObjBlog::ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500

Definition at line 28 of file class.ilObjBlog.php.

◆ NAV_MODE_LIST

◆ NAV_MODE_LIST_DEFAULT_POSTINGS

const ilObjBlog::NAV_MODE_LIST_DEFAULT_POSTINGS = 10

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

◆ NAV_MODE_MONTH

const ilObjBlog::NAV_MODE_MONTH = 2

Definition at line 27 of file class.ilObjBlog.php.

Referenced by ILIAS\Blog\Settings\SettingsGUI\getEditForm().


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