ILIAS  release_5-2 Revision v5.2.25-18-g3f80b828510
ilObjBlog Class Reference

Class ilObjBlog. More...

+ Inheritance diagram for ilObjBlog:
+ Collaboration diagram for ilObjBlog:

Public Member Functions

 initType ()
 
 getNotesStatus ()
 Get notes status. More...
 
 setNotesStatus ($a_status)
 Toggle notes status. More...
 
 hasProfilePicture ()
 Get profile picture status. More...
 
 setProfilePicture ($a_status)
 Toggle profile picture status. More...
 
 getBackgroundColor ()
 Get background color. More...
 
 setBackgroundColor ($a_value)
 Set background color. More...
 
 getFontColor ()
 Get font color. More...
 
 setFontColor ($a_value)
 Set font color. More...
 
 getImage ()
 Get banner image. More...
 
 setImage ($a_value)
 Set banner image. More...
 
 getImageFullPath ($a_as_thumb=false)
 Get banner image incl. More...
 
 deleteImage ()
 remove existing file More...
 
 uploadImage (array $a_upload)
 Upload new image file. More...
 
 hasRSS ()
 Get RSS status. More...
 
 setRSS ($a_status)
 Toggle RSS status. More...
 
 hasApproval ()
 Get approval status. More...
 
 setApproval ($a_status)
 Toggle approval status. More...
 
 getStyleSheetId ()
 Get style sheet id. More...
 
 setStyleSheetId ($a_style)
 Set style sheet id. More...
 
 hasAbstractShorten ()
 
 setAbstractShorten ($a_value)
 
 getAbstractShortenLength ()
 
 setAbstractShortenLength ($a_value)
 
 hasAbstractImage ()
 
 setAbstractImage ($a_value)
 
 getAbstractImageWidth ()
 
 setAbstractImageWidth ($a_value)
 
 getAbstractImageHeight ()
 
 setAbstractImageHeight ($a_value)
 
 setKeywords ($a_value)
 
 hasKeywords ()
 
 setAuthors ($a_value)
 
 hasAuthors ()
 
 setNavMode ($a_value)
 
 getNavMode ()
 
 setNavModeListPostings ($a_value)
 
 getNavModeListPostings ()
 
 setNavModeListMonths ($a_value)
 
 getNavModeListMonths ()
 
 setOverviewPostings ($a_value)
 
 getOverviewPostings ()
 
 setOrder (array $a_values=null)
 
 getOrder ()
 
 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 If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) @access public More...
 
 getLocalContributorRole ($a_node_id)
 
 getLocalEditorRole ($a_node_id)
 
 getAllLocalRoles ($a_node_id)
 
 getRolesWithContributeOrRedact ($a_node_id)
 
- Public Member Functions inherited from ilObject2
 __construct ($a_id=0, $a_reference=true)
 Constructor @access public. More...
 
 withReferences ()
 determines wehter objects are referenced or not (got ref ids or not) More...
 
 read ()
 Read data from db. More...
 
 getId ()
 get object id @access public More...
 
 setId ($a_id)
 set object id @access public More...
 
 setRefId ($a_id)
 set reference id @access public More...
 
 getRefId ()
 get reference id @access public More...
 
 getType ()
 get object type @access public More...
 
 setType ($a_type)
 set object type @access public More...
 
 getPresentationTitle ()
 get presentation title Normally same as title Overwritten for sessions More...
 
 getTitle ()
 get object title @access public More...
 
 getUntranslatedTitle ()
 get untranslated object title @access public More...
 
 setTitle ($a_title)
 set object title More...
 
 getDescription ()
 get object description More...
 
 setDescription ($a_desc)
 set object description More...
 
 getLongDescription ()
 get object long description (stored in object_description) More...
 
 getImportId ()
 get import id More...
 
 setImportId ($a_import_id)
 set import id More...
 
 getOwner ()
 get object owner More...
 
 getOwnerName ()
 
 setOwner ($a_owner)
 set object owner More...
 
 getCreateDate ()
 get create date @access public More...
 
 getLastUpdateDate ()
 get last update date @access public More...
 
 create ($a_clone_mode=false)
 
 update ()
 update object in db More...
 
 MDUpdateListener ($a_element)
 Meta data update listener. More...
 
 createMetaData ()
 create meta data entry More...
 
 updateMetaData ()
 update meta data entry More...
 
 deleteMetaData ()
 delete meta data entry More...
 
 updateOwner ()
 update owner of object in db More...
 
 putInTree ($a_parent_ref)
 maybe this method should be in tree object!? More...
 
 setPermissions ($a_parent_ref)
 set permissions of object More...
 
 createReference ()
 creates reference for object More...
 
 countReferences ()
 count references of object More...
 
 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 If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) @access public More...
 
 setRegisterMode ($a_bool)
 
 isUserRegistered ($a_user_id=0)
 
 requireRegistration ()
 
 appendCopyInfo ($a_target_id, $a_copy_id)
 Prepend Copy info if object with same name exists in that container. More...
 
 cloneMetaData ($target_obj)
 Copy meta data. More...
 
 cloneObject ($a_target_id, $a_copy_id=null, $a_omit_tree=false)
 Clone object permissions, put in tree ... More...
 
 cloneDependencies ($a_target_id, $a_copy_id)
 Clone object dependencies. More...
 
- Public Member Functions inherited from ilObject
 __construct ($a_id=0, $a_reference=true)
 Constructor @access public. More...
 
 withReferences ()
 determines wehter objects are referenced or not (got ref ids or not) More...
 
 read ()
 read object data from db into object More...
 
 getId ()
 get object id @access public More...
 
 setId ($a_id)
 set object id @access public More...
 
 setRefId ($a_id)
 set reference id @access public More...
 
 getRefId ()
 get reference id @access public More...
 
 getType ()
 get object type @access public More...
 
 setType ($a_type)
 set object type @access public More...
 
 getPresentationTitle ()
 get presentation title Normally same as title Overwritten for sessions More...
 
 getTitle ()
 get object title @access public More...
 
 getUntranslatedTitle ()
 get untranslated object title @access public More...
 
 setTitle ($a_title)
 set object title More...
 
 getDescription ()
 get object description More...
 
 setDescription ($a_desc)
 set object description More...
 
 getLongDescription ()
 get object long description (stored in object_description) More...
 
 getImportId ()
 get import id More...
 
 setImportId ($a_import_id)
 set import id More...
 
 getOwner ()
 get object owner More...
 
 getOwnerName ()
 
 setOwner ($a_owner)
 set object owner More...
 
 getCreateDate ()
 get create date @access public More...
 
 getLastUpdateDate ()
 get last update date @access public More...
 
 getDiskUsage ()
 
 create ()
 create More...
 
 update ()
 update object in db More...
 
 MDUpdateListener ($a_element)
 Meta data update listener. More...
 
 createMetaData ()
 create meta data entry More...
 
 updateMetaData ()
 update meta data entry More...
 
 deleteMetaData ()
 delete meta data entry More...
 
 updateOwner ()
 update owner of object in db More...
 
 putInTree ($a_parent_ref)
 maybe this method should be in tree object!? More...
 
 setPermissions ($a_parent_ref)
 set permissions of object More...
 
 setParentRolePermissions ($a_parent_ref)
 Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g courses, groups for building permission intersections with non_member templates. More...
 
 createReference ()
 creates reference for object More...
 
 countReferences ()
 count references of object More...
 
 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 If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) @access public More...
 
 applyDidacticTemplate ($a_tpl_id)
 Apply template. More...
 
 setRegisterMode ($a_bool)
 
 isUserRegistered ($a_user_id=0)
 
 requireRegistration ()
 
 getXMLZip ()
 
 getHTMLDirectory ()
 
 cloneObject ($a_target_id, $a_copy_id=0, $a_omit_tree=false)
 Clone object permissions, put in tree ... More...
 
 appendCopyInfo ($a_target_id, $a_copy_id)
 Prepend Copy info if object with same name exists in that container. More...
 
 cloneDependencies ($a_target_id, $a_copy_id)
 Clone object dependencies. More...
 
 cloneMetaData ($target_obj)
 Copy meta data. More...
 
 getPossibleSubObjects ($a_filter=true)
 get all possible subobjects of this type the object can decide which types of subobjects are possible jut in time overwrite if the decision distinguish from standard model More...
 

Static Public Member Functions

static initStorage ($a_id, $a_subdir=null)
 Init file system storage. More...
 
static sendNotification ($a_action, $a_in_wsp, $a_blog_node_id, $a_posting_id, $a_comment=null)
 
static deliverRSS ($a_wsp_id)
 Deliver blog as rss feed. More...
 
- Static Public Member Functions inherited from ilObject2
static _lookupObjIdByImportId ($a_import_id)
 
static _lookupOwnerName ($a_owner_id)
 lookup owner name for owner id More...
 
static _getIdForImportId ($a_import_id)
 get current object id for import id (static) More...
 
static _getAllReferences ($a_id)
 get all reference ids of object More...
 
static _lookupTitle ($a_id)
 lookup object title More...
 
static _lookupOwner ($a_id)
 lookup object owner More...
 
static _getIdsForTitle ($title, $type='', $partialmatch=false)
 
static _lookupDescription ($a_id)
 lookup object description More...
 
static _lookupLastUpdate ($a_id, $a_as_string=false)
 lookup last update More...
 
static _getLastUpdateOfObjects ($a_objs)
 Get last update for a set of media objects. More...
 
static _lookupObjId ($a_id)
 
static _setDeletedDate ($a_ref_id)
 only called in ilTree::saveSubTree More...
 
static _resetDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes More...
 
static _lookupDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes More...
 
static _writeTitle ($a_obj_id, $a_title)
 write title to db (static) More...
 
static _writeDescription ($a_obj_id, $a_desc)
 write description to db (static) More...
 
static _writeImportId ($a_obj_id, $a_import_id)
 write import id to db (static) More...
 
static _lookupType ($a_id, $a_reference=false)
 lookup object type More...
 
static _isInTrash ($a_ref_id)
 checks wether object is in trash More...
 
static _hasUntrashedReference ($a_obj_id)
 checks wether an object has at least one reference that is not in trash More...
 
static _lookupObjectId ($a_ref_id)
 lookup object id More...
 
static _getObjectsDataForType ($a_type, $a_omit_trash=false)
 get all objects of a certain type More...
 
static _exists ($a_id, $a_reference=false, $a_type=null)
 checks if an object exists in object_data@access public More...
 
static _getObjectsByType ($a_obj_type="", $a_owner="")
 Get objects by type. More...
 
static _prepareCloneSelection ($a_ref_ids, $new_type, $a_show_path=true)
 Prepare copy wizard object selection. More...
 
static _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
 Get icon for repository item. More...
 
- Static Public Member Functions inherited from ilObject
static _lookupObjIdByImportId ($a_import_id)
 
static _lookupImportId ($a_obj_id)
 
static _lookupOwnerName ($a_owner_id)
 lookup owner name for owner id More...
 
static _getIdForImportId ($a_import_id)
 get current object id for import id (static) More...
 
static _getAllReferences ($a_id)
 get all reference ids of object More...
 
static _lookupTitle ($a_id)
 lookup object title More...
 
static _lookupOwner ($a_id)
 lookup object owner More...
 
static _getIdsForTitle ($title, $type='', $partialmatch=false)
 
static _lookupDescription ($a_id)
 lookup object description More...
 
static _lookupLastUpdate ($a_id, $a_as_string=false)
 lookup last update More...
 
static _getLastUpdateOfObjects ($a_objs)
 Get last update for a set of media objects. More...
 
static _lookupObjId ($a_id)
 
static _setDeletedDate ($a_ref_id)
 only called in ilTree::saveSubTree More...
 
static setDeletedDates ($a_ref_ids)
 Set deleted date @global type $ilDB. More...
 
static _resetDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes More...
 
static _lookupDeletedDate ($a_ref_id)
 only called in ilObjectGUI::insertSavedNodes More...
 
static _writeTitle ($a_obj_id, $a_title)
 write title to db (static) More...
 
static _writeDescription ($a_obj_id, $a_desc)
 write description to db (static) More...
 
static _writeImportId ($a_obj_id, $a_import_id)
 write import id to db (static) More...
 
static _lookupType ($a_id, $a_reference=false)
 lookup object type More...
 
static _isInTrash ($a_ref_id)
 checks wether object is in trash More...
 
static _hasUntrashedReference ($a_obj_id)
 checks wether an object has at least one reference that is not in trash More...
 
static _lookupObjectId ($a_ref_id)
 lookup object id More...
 
static _getObjectsDataForType ($a_type, $a_omit_trash=false)
 get all objects of a certain type More...
 
static _exists ($a_id, $a_reference=false, $a_type=null)
 checks if an object exists in object_data@access public More...
 
static _getObjectsByType ($a_obj_type="", $a_owner="")
 Get objects by type. More...
 
static _prepareCloneSelection ($a_ref_ids, $new_type, $show_path=true)
 Prepare copy wizard object selection. More...
 
static _getIcon ($a_obj_id="", $a_size="big", $a_type="", $a_offline=false)
 Get icon for repository item. More...
 
static collectDeletionDependencies (&$deps, $a_ref_id, $a_obj_id, $a_type, $a_depth=0)
 Collect deletion dependencies. More...
 
static getDeletionDependencies ($a_obj_id)
 Get deletion dependencies. More...
 
static getLongDescriptions (array $a_obj_ids)
 Get long description data. More...
 
static getAllOwnedRepositoryObjects ($a_user_id)
 Get all ids of objects user owns. More...
 
static fixMissingTitles ($a_type, array &$a_obj_title_map)
 Try to fix missing object titles. More...
 
static _lookupCreationDate ($a_id)
 Lookup creation date. More...
 
static hasAutoRating ($a_type, $a_ref_id)
 Check if auto rating is active for parent group/course. More...
 

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
 max length of object title More...
 
const DESC_LENGTH = 128
 
 $ilias
 
 $lng
 
 $id
 
 $ref_id
 
 $type
 
 $title
 
 $untranslatedTitle
 
 $desc
 
 $long_desc
 
 $owner
 
 $create_date
 
 $last_update
 
 $import_id
 
 $register = false
 
 $referenced
 
 $objectList
 
 $max_title
 
 $max_desc
 
 $add_dots
 

Protected Member Functions

 doRead ()
 
 doCreate ()
 
 doDelete ()
 
 doUpdate ()
 
 doCloneObject ($new_obj, $a_target_id, $a_copy_id=null, $a_omit_tree=false)
 
 handleQuotaUpdate ()
 
- Protected Member Functions inherited from ilObject2
 initType ()
 
 doRead ()
 
 doCreate ()
 
 beforeCreate ()
 
 doUpdate ()
 
 beforeUpdate ()
 
 doMDUpdateListener ($a_element)
 
 beforeMDUpdateListener ($a_element)
 
 doCreateMetaData ()
 
 beforeCreateMetaData ()
 
 doUpdateMetaData ()
 
 beforeUpdateMetaData ()
 
 doDelete ()
 
 beforeDelete ()
 
 doCloneObject ($new_obj, $a_target_id, $a_copy_id=null)
 
 beforeCloneObject ()
 

Protected Attributes

 $notes
 
 $bg_color
 
 $font_color
 
 $img
 
 $ppic
 
 $rss
 
 $approval
 
 $style
 
 $abstract_shorten = false
 
 $abstract_shorten_length = self::ABSTRACT_DEFAULT_SHORTEN_LENGTH
 
 $abstract_image = false
 
 $abstract_image_width = self::ABSTRACT_DEFAULT_IMAGE_WIDTH
 
 $abstract_image_height = self::ABSTRACT_DEFAULT_IMAGE_HEIGHT
 
 $keywords = true
 
 $nav_mode = self::NAV_MODE_LIST
 
 $nav_mode_list_postings = self::NAV_MODE_LIST_DEFAULT_POSTINGS
 
 $nav_mode_list_months
 
 $overview_postings
 
 $authors = true
 
 $order
 

Detailed Description

Class ilObjBlog.

Author
Jörg Lützenkirchen luetz.nosp@m.enki.nosp@m.rchen.nosp@m.@lei.nosp@m.fos.c.nosp@m.om
Version
Id
class.ilObjFolder.php 25528 2010-09-03 10:37:11Z smeyer

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

Member Function Documentation

◆ deleteImage()

ilObjBlog::deleteImage ( )

remove existing file

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

348 {
349 if($this->id)
350 {
351 include_once "Modules/Blog/classes/class.ilFSStorageBlog.php";
352 $storage = new ilFSStorageBlog($this->id);
353 $storage->delete();
354
355 $this->setImage(null);
356
357 $this->handleQuotaUpdate();
358 }
359 }
setImage($a_value)
Set banner image.

References handleQuotaUpdate(), and setImage().

Referenced by doDelete(), and uploadImage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ deliverRSS()

static ilObjBlog::deliverRSS (   $a_wsp_id)
static

Deliver blog as rss feed.

Parameters
int$a_wsp_id

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

746 {
747 global $tpl, $ilSetting;
748
749 if(!$ilSetting->get('enable_global_profiles'))
750 {
751 return;
752 }
753
754 // #10827
755 if(substr($a_wsp_id, -4) != "_cll")
756 {
757 include_once "Services/PersonalWorkspace/classes/class.ilWorkspaceTree.php";
758 $wsp_id = new ilWorkspaceTree(0);
759 $obj_id = $wsp_id->lookupObjectId($a_wsp_id);
760 $is_wsp = "_wsp";
761 }
762 else
763 {
764 $a_wsp_id = substr($a_wsp_id, 0, -4);
765 $obj_id = ilObject::_lookupObjId($a_wsp_id);
766 $is_wsp = null;
767 }
768 if(!$obj_id)
769 {
770 return;
771 }
772
773 $blog = new self($obj_id, false);
774 if(!$blog->hasRSS())
775 {
776 return;
777 }
778
779 include_once "Services/Feeds/classes/class.ilFeedWriter.php";
780 $feed = new ilFeedWriter();
781
782 include_once "Services/Link/classes/class.ilLink.php";
783 $url = ilLink::_getStaticLink($a_wsp_id, "blog", true, $is_wsp);
784 $url = str_replace("&", "&", $url);
785
786 // #11870
787 $feed->setChannelTitle(str_replace("&", "&", $blog->getTitle()));
788 $feed->setChannelDescription(str_replace("&", "&", $blog->getDescription()));
789 $feed->setChannelLink($url);
790
791 // needed for blogpostinggui / pagegui
792 $tpl = new ilTemplate("tpl.main.html", true, true);
793
794 include_once("./Modules/Blog/classes/class.ilBlogPosting.php");
795 include_once("./Modules/Blog/classes/class.ilBlogPostingGUI.php");
796 foreach(ilBlogPosting::getAllPostings($obj_id) as $item)
797 {
798 $id = $item["id"];
799
800 // only published items
801 $is_active = ilBlogPosting::_lookupActive($id, "blp");
802 if(!$is_active)
803 {
804 continue;
805 }
806
807 // #16434
808 $snippet = strip_tags(ilBlogPostingGUI::getSnippet($id), "<br><br/><div><p>");
809 $snippet = str_replace("&", "&amp;", $snippet);
810 $snippet = "<![CDATA[".$snippet."]]>";
811
812 $url = ilLink::_getStaticLink($a_wsp_id, "blog", true, "_".$id.$is_wsp);
813 $url = str_replace("&", "&amp;", $url);
814
815 $feed_item = new ilFeedItem();
816 $feed_item->setTitle(str_replace("&", "&amp;", $item["title"])); // #16022
817 $feed_item->setDate($item["created"]->get(IL_CAL_DATETIME));
818 $feed_item->setDescription($snippet);
819 $feed_item->setLink($url);
820 $feed_item->setAbout($url);
821 $feed->addItem($feed_item);
822 }
823
824 $feed->showFeed();
825 exit();
826 }
global $tpl
Definition: ilias.php:8
const IL_CAL_DATETIME
static getSnippet($a_id, $a_truncate=false, $a_truncate_length=500, $a_truncate_sign="...", $a_include_picture=false, $a_picture_width=144, $a_picture_height=144, $a_export_directory=null)
Get first text paragraph of page.
static getAllPostings($a_blog_id, $a_limit=1000, $a_offset=0)
Get all postings of blog.
A FeedItem represents an item in a News Feed.
Feed writer class.
static _lookupObjId($a_id)
static _lookupActive($a_id, $a_parent_type, $a_check_scheduled_activation=false, $a_lang="-")
lookup activation status
special template class to simplify handling of ITX/PEAR
Tree handler for personal workspace.
global $ilSetting
Definition: privfeed.php:17
$url
Definition: shib_logout.php:72

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

+ Here is the call graph for this function:

◆ doCloneObject()

ilObjBlog::doCloneObject (   $new_obj,
  $a_target_id,
  $a_copy_id = null,
  $a_omit_tree = false 
)
protected

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

177 {
178 // banner?
179 $img = $this->getImage();
180 if($img)
181 {
182 $new_obj->setImage($img);
183
184 $source = $this->initStorage($this->getId());
185 $target = $new_obj->initStorage($new_obj->getId());
186
187 copy($source.$img, $target.$img);
188 }
189
190 $new_obj->setNotesStatus($this->getNotesStatus());
191 $new_obj->setProfilePicture($this->hasProfilePicture());
192 $new_obj->setBackgroundColor($this->getBackgroundColor());
193 $new_obj->setFontColor($this->getFontColor());
194 $new_obj->setRSS($this->hasRSS());
195 $new_obj->setApproval($this->hasApproval());
196 $new_obj->setAbstractShorten($this->hasAbstractShorten());
197 $new_obj->setAbstractShortenLength($this->getAbstractShortenLength());
198 $new_obj->setAbstractImage($this->hasAbstractImage());
199 $new_obj->setAbstractImageWidth($this->getAbstractImageWidth());
200 $new_obj->setAbstractImageHeight($this->getAbstractImageHeight());
201 $new_obj->update();
202
203 // set/copy stylesheet
204 include_once("./Services/Style/Content/classes/class.ilObjStyleSheet.php");
205 $style_id = $this->getStyleSheetId();
206 if ($style_id > 0 && !ilObjStyleSheet::_lookupStandard($style_id))
207 {
208 $style_obj = ilObjectFactory::getInstanceByObjId($style_id);
209 $new_id = $style_obj->ilClone();
210 $new_obj->setStyleSheetId($new_id);
211 $new_obj->update();
212 }
213 }
hasProfilePicture()
Get profile picture status.
getStyleSheetId()
Get style sheet id.
getFontColor()
Get font color.
static initStorage($a_id, $a_subdir=null)
Init file system storage.
getBackgroundColor()
Get background color.
getAbstractShortenLength()
hasApproval()
Get approval status.
hasRSS()
Get RSS status.
getImage()
Get banner image.
getNotesStatus()
Get notes status.
static _lookupStandard($a_id)
Lookup standard flag.
getId()
get object id @access public
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id

References $img, $target, ilObjStyleSheet\_lookupStandard(), getAbstractImageHeight(), getAbstractImageWidth(), getAbstractShortenLength(), getBackgroundColor(), getFontColor(), ilObject2\getId(), getImage(), ilObjectFactory\getInstanceByObjId(), getNotesStatus(), getStyleSheetId(), hasAbstractImage(), hasAbstractShorten(), hasApproval(), hasProfilePicture(), hasRSS(), and initStorage().

+ Here is the call graph for this function:

◆ doCreate()

ilObjBlog::doCreate ( )
protected

Reimplemented from ilObject2.

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

89 {
90 global $ilDB;
91
92 $ilDB->manipulate("INSERT INTO il_blog (id,ppic,rss_active,approval".
93 ",abs_shorten,abs_shorten_len,abs_image,abs_img_width,abs_img_height".
94 ",keywords,authors,nav_mode,nav_list_post) VALUES (".
95 $ilDB->quote($this->id, "integer").",".
96 $ilDB->quote(true, "integer").",".
97 $ilDB->quote(true, "integer").",".
98 $ilDB->quote(false, "integer").",".
99 $ilDB->quote($this->hasAbstractShorten(), "integer").",".
100 $ilDB->quote($this->getAbstractShortenLength(), "integer").",".
101 $ilDB->quote($this->hasAbstractImage(), "integer").",".
102 $ilDB->quote($this->getAbstractImageWidth(), "integer").",".
103 $ilDB->quote($this->getAbstractImageHeight(), "integer").",".
104 $ilDB->quote($this->hasKeywords(), "integer").",".
105 $ilDB->quote($this->hasAuthors(), "integer").",".
106 $ilDB->quote($this->getNavMode(), "integer").",".
107 $ilDB->quote($this->getNavModeListPostings(), "integer").
108 ")");
109
110 // #14661
111 include_once("./Services/Notes/classes/class.ilNote.php");
112 ilNote::activateComments($this->id, 0, "blog", true);
113
114 /*
115 if ($this->getStyleSheetId() > 0)
116 {
117 include_once("./Services/Style/Content/classes/class.ilObjStyleSheet.php");
118 ilObjStyleSheet::writeStyleUsage($this->id, $this->getStyleSheetId());
119 }
120 */
121 }
static activateComments($a_rep_obj_id, $a_obj_id, $a_obj_type, $a_activate=true)
Activate notes feature.
global $ilDB

References $ilDB, and ilNote\activateComments().

+ Here is the call graph for this function:

◆ doDelete()

ilObjBlog::doDelete ( )
protected

Reimplemented from ilObject2.

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

124 {
125 global $ilDB;
126
127 $this->deleteImage();
128
129 include_once "Modules/Blog/classes/class.ilBlogPosting.php";
131
132 // remove all notifications
133 include_once "./Services/Notification/classes/class.ilNotification.php";
135
136 $ilDB->manipulate("DELETE FROM il_blog".
137 " WHERE id = ".$ilDB->quote($this->id, "integer"));
138 }
static deleteAllBlogPostings($a_blog_id)
Delete all postings for blog.
static removeForObject($type, $id)
Remove all notifications for given object.
deleteImage()
remove existing file

References $ilDB, ilBlogPosting\deleteAllBlogPostings(), deleteImage(), ilNotification\removeForObject(), and ilNotification\TYPE_BLOG.

+ Here is the call graph for this function:

◆ doRead()

ilObjBlog::doRead ( )
protected

Reimplemented from ilObject2.

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

52 {
53 global $ilDB;
54
55 $set = $ilDB->query("SELECT * FROM il_blog".
56 " WHERE id = ".$ilDB->quote($this->id, "integer"));
57 $row = $ilDB->fetchAssoc($set);
58 $this->setProfilePicture((bool)$row["ppic"]);
59 $this->setBackgroundColor($row["bg_color"]);
60 $this->setFontColor($row["font_color"]);
61 $this->setImage($row["img"]);
62 $this->setRSS($row["rss_active"]);
63 $this->setApproval($row["approval"]);
64 $this->setAbstractShorten($row["abs_shorten"]);
65 $this->setAbstractShortenLength($row["abs_shorten_len"]);
66 $this->setAbstractImage($row["abs_image"]);
67 $this->setAbstractImageWidth($row["abs_img_width"]);
68 $this->setAbstractImageHeight($row["abs_img_height"]);
69 $this->setKeywords($row["keywords"]);
70 $this->setAuthors($row["authors"]);
71 $this->setNavMode($row["nav_mode"]);
72 $this->setNavModeListPostings($row["nav_list_post"]);
73 $this->setNavModeListMonths($row["nav_list_mon"]);
74 $this->setOverviewPostings($row["ov_post"]);
75 if(trim($row["nav_order"]))
76 {
77 $this->setOrder(explode(";", $row["nav_order"]));
78 }
79
80 // #14661
81 include_once("./Services/Notes/classes/class.ilNote.php");
82 $this->setNotesStatus(ilNote::commentsActivated($this->id, 0, "blog"));
83
84 include_once("./Services/Style/Content/classes/class.ilObjStyleSheet.php");
86 }
static commentsActivated($a_rep_obj_id, $a_obj_id, $a_obj_type)
Are comments activated for object?
setBackgroundColor($a_value)
Set background color.
setProfilePicture($a_status)
Toggle profile picture status.
setFontColor($a_value)
Set font color.
setAuthors($a_value)
setNotesStatus($a_status)
Toggle notes status.
setAbstractShorten($a_value)
setKeywords($a_value)
setAbstractShortenLength($a_value)
setRSS($a_status)
Toggle RSS status.
setAbstractImage($a_value)
setNavModeListPostings($a_value)
setOrder(array $a_values=null)
setOverviewPostings($a_value)
setAbstractImageHeight($a_value)
setNavMode($a_value)
setStyleSheetId($a_style)
Set style sheet id.
setAbstractImageWidth($a_value)
setNavModeListMonths($a_value)
setApproval($a_status)
Toggle approval status.
static lookupObjectStyle($a_obj_id)
Lookup object style.

References $ilDB, $row, ilNote\commentsActivated(), ilObjStyleSheet\lookupObjectStyle(), setAbstractImage(), setAbstractImageHeight(), setAbstractImageWidth(), setAbstractShorten(), setAbstractShortenLength(), setApproval(), setAuthors(), setBackgroundColor(), setFontColor(), setImage(), setKeywords(), setNavMode(), setNavModeListMonths(), setNavModeListPostings(), setNotesStatus(), setOrder(), setOverviewPostings(), setProfilePicture(), setRSS(), and setStyleSheetId().

+ Here is the call graph for this function:

◆ doUpdate()

ilObjBlog::doUpdate ( )
protected

Reimplemented from ilObject2.

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

141 {
142 global $ilDB;
143
144 if($this->id)
145 {
146 $ilDB->manipulate("UPDATE il_blog".
147 " SET ppic = ".$ilDB->quote($this->hasProfilePicture(), "integer").
148 ",bg_color = ".$ilDB->quote($this->getBackgroundColor(), "text").
149 ",font_color = ".$ilDB->quote($this->getFontcolor(), "text").
150 ",img = ".$ilDB->quote($this->getImage(), "text").
151 ",rss_active = ".$ilDB->quote($this->hasRSS(), "integer").
152 ",approval = ".$ilDB->quote($this->hasApproval(), "integer").
153 ",abs_shorten = ".$ilDB->quote($this->hasAbstractShorten(), "integer").
154 ",abs_shorten_len = ".$ilDB->quote($this->getAbstractShortenLength(), "integer").
155 ",abs_image = ".$ilDB->quote($this->hasAbstractImage(), "integer").
156 ",abs_img_width = ".$ilDB->quote($this->getAbstractImageWidth(), "integer").
157 ",abs_img_height = ".$ilDB->quote($this->getAbstractImageHeight(), "integer").
158 ",keywords = ".$ilDB->quote($this->hasKeywords(), "integer").
159 ",authors = ".$ilDB->quote($this->hasAuthors(), "integer").
160 ",nav_mode = ".$ilDB->quote($this->getNavMode(), "integer").
161 ",nav_list_post = ".$ilDB->quote($this->getNavModeListPostings(), "integer").
162 ",nav_list_mon = ".$ilDB->quote($this->getNavModeListMonths(), "integer").
163 ",ov_post = ".$ilDB->quote($this->getOverviewPostings(), "integer").
164 ",nav_order = ".$ilDB->quote(implode(";", $this->getOrder()), "text").
165 " WHERE id = ".$ilDB->quote($this->id, "integer"));
166
167 // #14661
168 include_once("./Services/Notes/classes/class.ilNote.php");
169 ilNote::activateComments($this->id, 0, "blog", $this->getNotesStatus());
170
171 include_once("./Services/Style/Content/classes/class.ilObjStyleSheet.php");
173 }
174 }
static writeStyleUsage($a_obj_id, $a_style_id)
Write style usage.

References $ilDB, ilNote\activateComments(), getNotesStatus(), getOrder(), getStyleSheetId(), and ilObjStyleSheet\writeStyleUsage().

+ Here is the call graph for this function:

◆ getAbstractImageHeight()

ilObjBlog::getAbstractImageHeight ( )

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

541 {
543 }

References $abstract_image_height.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getAbstractImageWidth()

ilObjBlog::getAbstractImageWidth ( )

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

531 {
533 }

References $abstract_image_width.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getAbstractShortenLength()

ilObjBlog::getAbstractShortenLength ( )

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

511 {
513 }

References $abstract_shorten_length.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getAllLocalRoles()

ilObjBlog::getAllLocalRoles (   $a_node_id)

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

876 {
877 global $rbacreview;
878
879 include_once "Services/AccessControl/classes/class.ilObjRole.php";
880
881 $res = array();
882 foreach($rbacreview->getLocalRoles($a_node_id) as $role_id)
883 {
885 }
886
887 asort($res);
888 return $res;
889 }
static _getTranslation($a_role_title)
static _lookupTitle($a_id)
lookup object title

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

+ Here is the call graph for this function:

◆ getBackgroundColor()

ilObjBlog::getBackgroundColor ( )

Get background color.

Returns
string

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

261 {
262 if(!$this->bg_color)
263 {
264 $this->bg_color = "ffffff";
265 }
266 return $this->bg_color;
267 }

References $bg_color.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getFontColor()

ilObjBlog::getFontColor ( )

Get font color.

Returns
string

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

285 {
286 if(!$this->font_color)
287 {
288 $this->font_color = "505050";
289 }
290 return $this->font_color;
291 }

References $font_color.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getImage()

ilObjBlog::getImage ( )

Get banner image.

Returns
string

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

309 {
310 return $this->img;
311 }

References $img.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getImageFullPath()

ilObjBlog::getImageFullPath (   $a_as_thumb = false)

Get banner image incl.

path

Parameters
bool$a_as_thumb

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

329 {
330 if($this->img)
331 {
332 $path = $this->initStorage($this->id);
333 if(!$a_as_thumb)
334 {
335 return $path.$this->img;
336 }
337 else
338 {
339 return $path."thb_".$this->img;
340 }
341 }
342 }
$path
Definition: aliased.php:25

References $img, $path, and initStorage().

+ Here is the call graph for this function:

◆ getLocalContributorRole()

ilObjBlog::getLocalContributorRole (   $a_node_id)

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

850 {
851 global $rbacreview;
852
853 foreach($rbacreview->getLocalRoles($a_node_id) as $role_id)
854 {
855 if(substr(ilObject::_lookupTitle($role_id), 0, 19) == "il_blog_contributor")
856 {
857 return $role_id;
858 }
859 }
860 }

References ilObject\_lookupTitle().

Referenced by getRolesWithContributeOrRedact().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getLocalEditorRole()

ilObjBlog::getLocalEditorRole (   $a_node_id)

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

863 {
864 global $rbacreview;
865
866 foreach($rbacreview->getLocalRoles($a_node_id) as $role_id)
867 {
868 if(substr(ilObject::_lookupTitle($role_id), 0, 14) == "il_blog_editor")
869 {
870 return $role_id;
871 }
872 }
873 }

References ilObject\_lookupTitle().

Referenced by getRolesWithContributeOrRedact().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getNavMode()

ilObjBlog::getNavMode ( )

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

580 {
581 return $this->nav_mode;
582 }

References $nav_mode.

◆ getNavModeListMonths()

ilObjBlog::getNavModeListMonths ( )

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

608 {
610 }

References $nav_mode_list_months.

◆ getNavModeListPostings()

ilObjBlog::getNavModeListPostings ( )

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

590 {
592 }

References $nav_mode_list_postings.

◆ getNotesStatus()

ilObjBlog::getNotesStatus ( )

Get notes status.

Returns
bool

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

221 {
222 return $this->notes;
223 }

References $notes.

Referenced by doCloneObject(), and doUpdate().

+ Here is the caller graph for this function:

◆ getOrder()

ilObjBlog::getOrder ( )

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

636 {
637 return (array)$this->order;
638 }

References $order.

Referenced by doUpdate().

+ Here is the caller graph for this function:

◆ getOverviewPostings()

ilObjBlog::getOverviewPostings ( )

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

626 {
628 }

References $overview_postings.

◆ getRolesWithContributeOrRedact()

ilObjBlog::getRolesWithContributeOrRedact (   $a_node_id)

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

892 {
893 global $rbacreview;
894
895 include_once "Services/AccessControl/classes/class.ilObjRole.php";
896
897 $contr_op_id = ilRbacReview::_getOperationIdByName("contribute");
898 $redact_op_id = ilRbacReview::_getOperationIdByName("redact");
899 $contr_role_id = $this->getLocalContributorRole($a_node_id);
900 $editor_role_id = $this->getLocalEditorRole($a_node_id);
901
902 $res = array();
903 foreach($rbacreview->getParentRoleIds($a_node_id) as $role_id => $role)
904 {
905 if($role_id != $contr_role_id &&
906 $role_id != $editor_role_id)
907 {
908 $all_ops = $rbacreview->getActiveOperationsOfRole($a_node_id, $role_id);
909 if(in_array($contr_op_id, $all_ops) ||
910 in_array($redact_op_id, $all_ops))
911 {
912 $res[$role_id] = ilObjRole:: _getTranslation($role["title"]);
913 }
914 }
915 }
916
917 return $res;
918 }
getLocalContributorRole($a_node_id)
getLocalEditorRole($a_node_id)
static _getOperationIdByName($a_operation)
get operation id by name of operation @access public @access static

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

+ Here is the call graph for this function:

◆ getStyleSheetId()

ilObjBlog::getStyleSheetId ( )

Get style sheet id.

Returns
bool

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

486 {
487 return (int)$this->style;
488 }

References $style.

Referenced by doCloneObject(), and doUpdate().

+ Here is the caller graph for this function:

◆ handleQuotaUpdate()

ilObjBlog::handleQuotaUpdate ( )
protected

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

921 {
922 include_once "Services/DiskQuota/classes/class.ilDiskQuotaHandler.php";
924 $this->getId(),
925 ilUtil::dirsize($this->initStorage($this->getId())),
926 array($this->getId()));
927 }
static handleUpdatedSourceObject($a_src_obj_type, $a_src_obj_id, $a_src_filesize, $a_owner_obj_ids=null, $a_is_prtf=false)
Find and update/create all related entries for source object.
getType()
get object type @access public
static dirsize($directory)
get size of a directory or a file.

References ilUtil\dirsize(), ilObject2\getId(), ilObject2\getType(), ilDiskQuotaHandler\handleUpdatedSourceObject(), and initStorage().

Referenced by deleteImage(), and uploadImage().

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ hasAbstractImage()

ilObjBlog::hasAbstractImage ( )

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

521 {
523 }

References $abstract_image.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasAbstractShorten()

ilObjBlog::hasAbstractShorten ( )

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

501 {
503 }

References $abstract_shorten.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasApproval()

ilObjBlog::hasApproval ( )

Get approval status.

Returns
bool

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

466 {
467 return (bool)$this->approval;
468 }

References $approval.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasAuthors()

ilObjBlog::hasAuthors ( )

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

566 {
567 return $this->authors;
568 }

References $authors.

◆ hasKeywords()

ilObjBlog::hasKeywords ( )

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

556 {
557 return $this->keywords;
558 }

References $keywords.

◆ hasProfilePicture()

ilObjBlog::hasProfilePicture ( )

Get profile picture status.

Returns
bool

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

241 {
242 return $this->ppic;
243 }

References $ppic.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasRSS()

ilObjBlog::hasRSS ( )

Get RSS status.

Returns
bool

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

446 {
447 return $this->rss;
448 }

References $rss.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ initDefaultRoles()

ilObjBlog::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 If you want to setup default local roles you MUST overwrite this method in derived object classes (see ilObjForum for an example) @access public

Returns
array empty array

Reimplemented from ilObject2.

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

829 {
830 include_once './Services/AccessControl/classes/class.ilObjRole.php';
832 'il_blog_contributor_'.$this->getRefId(),
833 "Contributor of blog obj_no.".$this->getId(),
834 'il_blog_contributor',
835 $this->getRefId()
836 );
837
838 include_once './Services/AccessControl/classes/class.ilObjRole.php';
840 'il_blog_editor_'.$this->getRefId(),
841 "Editor of blog obj_no.".$this->getId(),
842 'il_blog_editor',
843 $this->getRefId()
844 );
845
846 return array();
847 }
static createDefaultRole($a_title, $a_description, $a_tpl_name, $a_ref_id)
getRefId()
get reference id @access public

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

+ Here is the call graph for this function:

◆ initStorage()

static ilObjBlog::initStorage (   $a_id,
  $a_subdir = null 
)
static

Init file system storage.

Parameters
type$a_id
type$a_subdir
Returns
string

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

369 {
370 include_once "Modules/Blog/classes/class.ilFSStorageBlog.php";
371 $storage = new ilFSStorageBlog($a_id);
372 $storage->create();
373
374 $path = $storage->getAbsolutePath()."/";
375
376 if($a_subdir)
377 {
378 $path .= $a_subdir."/";
379
380 if(!is_dir($path))
381 {
382 mkdir($path);
383 }
384 }
385
386 return $path;
387 }

References $path.

Referenced by doCloneObject(), getImageFullPath(), ilBlogDataSet\getXmlRecord(), handleQuotaUpdate(), ilBlogDataSet\importRecord(), and uploadImage().

+ Here is the caller graph for this function:

◆ initType()

ilObjBlog::initType ( )

Reimplemented from ilObject2.

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

47 {
48 $this->type = "blog";
49 }

◆ sendNotification()

static ilObjBlog::sendNotification (   $a_action,
  $a_in_wsp,
  $a_blog_node_id,
  $a_posting_id,
  $a_comment = null 
)
static

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

641 {
642 global $ilUser;
643
644 // get blog object id (repository or workspace)
645 if($a_in_wsp)
646 {
647 include_once "Services/PersonalWorkspace/classes/class.ilWorkspaceTree.php";
648 include_once "Services/PersonalWorkspace/classes/class.ilWorkspaceAccessHandler.php";
649 $tree = new ilWorkspaceTree($ilUser->getId()); // owner of tree is irrelevant
650 $blog_obj_id = $tree->lookupObjectId($a_blog_node_id);
651 $access_handler = new ilWorkspaceAccessHandler($tree);
652 }
653 else
654 {
655 $blog_obj_id = ilObject::_lookupObjId($a_blog_node_id);
656 $access_handler = null;
657 }
658 if(!$blog_obj_id)
659 {
660 return;
661 }
662
663 include_once "./Modules/Blog/classes/class.ilBlogPosting.php";
664 $posting = new ilBlogPosting($a_posting_id);
665
666 // #11138
667 $ignore_threshold = ($a_action == "comment");
668
669 $admin_only = false;
670
671 // approval handling
672 if(!$posting->isApproved())
673 {
674 $blog = new self($blog_obj_id, false);
675 if($blog->hasApproval())
676 {
677 switch($a_action)
678 {
679 case "update":
680 // un-approved posting was updated - no notifications
681 return;
682
683 case "new":
684 // un-approved posting was activated - admin-only notification
685 $admin_only = true;
686 $ignore_threshold = true;
687 $a_action = "approve";
688 break;
689 }
690 }
691 }
692
693 // create/update news item (only in repository)
694 if(!$a_in_wsp &&
695 in_array($a_action, array("update", "new")))
696 {
697 $posting->handleNews(($a_action == "update"));
698 }
699
700 // recipients
701 include_once "./Services/Notification/classes/class.ilNotification.php";
703 $blog_obj_id, $a_posting_id, $ignore_threshold);
704 if(!sizeof($users))
705 {
706 return;
707 }
708
709 include_once "./Services/Notification/classes/class.ilSystemNotification.php";
710 $ntf = new ilSystemNotification($a_in_wsp);
711 $ntf->setLangModules(array("blog"));
712 $ntf->setRefId($a_blog_node_id);
713 $ntf->setChangedByUserId($ilUser->getId());
714 $ntf->setSubjectLangId('blog_change_notification_subject');
715 $ntf->setIntroductionLangId('blog_change_notification_body_'.$a_action);
716 $ntf->addAdditionalInfo('blog_posting', $posting->getTitle());
717 if($a_comment)
718 {
719 $ntf->addAdditionalInfo('comment', $a_comment, true);
720 }
721 $ntf->setGotoLangId('blog_change_notification_link');
722 $ntf->setReasonLangId('blog_change_notification_reason');
723
724 $abstract = $posting->getNotificationAbstract();
725 if($abstract)
726 {
727 $ntf->addAdditionalInfo('content', $abstract, true);
728 }
729
730 $notified = $ntf->sendMail($users, "_".$a_posting_id,
731 ($admin_only ? "write" : "read"));
732
733 // #14387
734 if(sizeof($notified))
735 {
736 ilNotification::updateNotificationTime(ilNotification::TYPE_BLOG, $blog_obj_id, $notified, $a_posting_id);
737 }
738 }
Class ilBlogPosting.
static getNotificationsForObject($type, $id, $page_id=null, $ignore_threshold=false)
Get all users for given object.
static updateNotificationTime($type, $id, array $user_ids, $page_id=false)
Update the last mail timestamp for given object and users.
Wrapper classes for system notifications.
Access handler for personal workspace.
$ilUser
Definition: imgupload.php:18

References $ilUser, ilObject\_lookupObjId(), ilNotification\getNotificationsForObject(), ilNotification\TYPE_BLOG, and ilNotification\updateNotificationTime().

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

+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ setAbstractImage()

ilObjBlog::setAbstractImage (   $a_value)

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

526 {
527 $this->abstract_image = (bool)$a_value;
528 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractImageHeight()

ilObjBlog::setAbstractImageHeight (   $a_value)

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

546 {
547 $this->abstract_image_height = (int)$a_value;
548 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractImageWidth()

ilObjBlog::setAbstractImageWidth (   $a_value)

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

536 {
537 $this->abstract_image_width = (int)$a_value;
538 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractShorten()

ilObjBlog::setAbstractShorten (   $a_value)

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

506 {
507 $this->abstract_shorten = (bool)$a_value;
508 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractShortenLength()

ilObjBlog::setAbstractShortenLength (   $a_value)

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

516 {
517 $this->abstract_shorten_length = (int)$a_value;
518 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setApproval()

ilObjBlog::setApproval (   $a_status)

Toggle approval status.

Parameters
bool$a_status

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

476 {
477 $this->approval = (bool)$a_status;
478 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAuthors()

ilObjBlog::setAuthors (   $a_value)

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

561 {
562 $this->authors = (bool)$a_value;
563 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setBackgroundColor()

ilObjBlog::setBackgroundColor (   $a_value)

Set background color.

Parameters
string$a_value

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

275 {
276 $this->bg_color = (string)$a_value;
277 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setFontColor()

ilObjBlog::setFontColor (   $a_value)

Set font color.

Parameters
string$a_value

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

299 {
300 $this->font_color = (string)$a_value;
301 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setImage()

ilObjBlog::setImage (   $a_value)

Set banner image.

Parameters
string$a_value

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

319 {
320 $this->img = (string)$a_value;
321 }

Referenced by deleteImage(), doRead(), and uploadImage().

+ Here is the caller graph for this function:

◆ setKeywords()

ilObjBlog::setKeywords (   $a_value)

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

551 {
552 $this->keywords = (bool)$a_value;
553 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNavMode()

ilObjBlog::setNavMode (   $a_value)

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

571 {
572 $a_value = (int)$a_value;
573 if(in_array($a_value, array(self::NAV_MODE_LIST, self::NAV_MODE_MONTH)))
574 {
575 $this->nav_mode = $a_value;
576 }
577 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNavModeListMonths()

ilObjBlog::setNavModeListMonths (   $a_value)

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

595 {
596 if(!$a_value)
597 {
598 $a_value = null;
599 }
600 else
601 {
602 $a_value = (int)$a_value;
603 }
604 $this->nav_mode_list_months = $a_value;
605 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNavModeListPostings()

ilObjBlog::setNavModeListPostings (   $a_value)

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

585 {
586 $this->nav_mode_list_postings = (int)$a_value;
587 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNotesStatus()

ilObjBlog::setNotesStatus (   $a_status)

Toggle notes status.

Parameters
bool$a_status

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

231 {
232 $this->notes = (bool)$a_status;
233 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setOrder()

ilObjBlog::setOrder ( array  $a_values = null)

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

631 {
632 $this->order = $a_values;
633 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setOverviewPostings()

ilObjBlog::setOverviewPostings (   $a_value)

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

613 {
614 if(!$a_value)
615 {
616 $a_value = null;
617 }
618 else
619 {
620 $a_value = (int)$a_value;
621 }
622 $this->overview_postings = $a_value;
623 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setProfilePicture()

ilObjBlog::setProfilePicture (   $a_status)

Toggle profile picture status.

Parameters
bool$a_status

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

251 {
252 $this->ppic = (bool)$a_status;
253 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setRSS()

ilObjBlog::setRSS (   $a_status)

Toggle RSS status.

Parameters
bool$a_status

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

456 {
457 $this->rss = (bool)$a_status;
458 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setStyleSheetId()

ilObjBlog::setStyleSheetId (   $a_style)

Set style sheet id.

Parameters
int$a_style

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

496 {
497 $this->style = (int)$a_style;
498 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ uploadImage()

ilObjBlog::uploadImage ( array  $a_upload)

Upload new image file.

Parameters
array$a_upload
Returns
bool

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

396 {
397 if(!$this->id)
398 {
399 return false;
400 }
401
402 $this->deleteImage();
403
404 // #10074
405 $clean_name = preg_replace("/[^a-zA-Z0-9\_\.\-]/", "", $a_upload["name"]);
406
407 $path = $this->initStorage($this->id);
408 $original = "org_".$this->id."_".$clean_name;
409 $thumb = "thb_".$this->id."_".$clean_name;
410 $processed = $this->id."_".$clean_name;
411
412 if (ilUtil::moveUploadedFile($a_upload["tmp_name"], $original, $path.$original))
413 {
414 chmod($path.$original, 0770);
415
416 $blga_set = new ilSetting("blga");
417 /* as banner height should overflow, we only handle width
418 $dimensions = $blga_set->get("banner_width")."x".
419 $blga_set->get("banner_height");
420 */
421 $dimensions = $blga_set->get("banner_width");
422
423 // take quality 100 to avoid jpeg artefacts when uploading jpeg files
424 // taking only frame [0] to avoid problems with animated gifs
425 $original_file = ilUtil::escapeShellArg($path.$original);
426 $thumb_file = ilUtil::escapeShellArg($path.$thumb);
427 $processed_file = ilUtil::escapeShellArg($path.$processed);
428 ilUtil::execConvert($original_file."[0] -geometry 100x100 -quality 100 JPEG:".$thumb_file);
429 ilUtil::execConvert($original_file."[0] -geometry ".$dimensions." -quality 100 JPEG:".$processed_file);
430
431 $this->setImage($processed);
432
433 $this->handleQuotaUpdate();
434
435 return true;
436 }
437 return false;
438 }
ILIAS Setting Class.
static moveUploadedFile($a_file, $a_name, $a_target, $a_raise_errors=true, $a_mode="move_uploaded")
move uploaded file
static escapeShellArg($a_arg)
static execConvert($args)
execute convert command

References $path, deleteImage(), ilUtil\escapeShellArg(), ilUtil\execConvert(), handleQuotaUpdate(), initStorage(), ilUtil\moveUploadedFile(), and setImage().

+ Here is the call graph for this function:

Field Documentation

◆ $abstract_image

ilObjBlog::$abstract_image = false
protected

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

Referenced by hasAbstractImage().

◆ $abstract_image_height

ilObjBlog::$abstract_image_height = self::ABSTRACT_DEFAULT_IMAGE_HEIGHT
protected

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

Referenced by getAbstractImageHeight().

◆ $abstract_image_width

ilObjBlog::$abstract_image_width = self::ABSTRACT_DEFAULT_IMAGE_WIDTH
protected

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

Referenced by getAbstractImageWidth().

◆ $abstract_shorten

ilObjBlog::$abstract_shorten = false
protected

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

Referenced by hasAbstractShorten().

◆ $abstract_shorten_length

ilObjBlog::$abstract_shorten_length = self::ABSTRACT_DEFAULT_SHORTEN_LENGTH
protected

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

Referenced by getAbstractShortenLength().

◆ $approval

ilObjBlog::$approval
protected

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

Referenced by hasApproval().

◆ $authors

ilObjBlog::$authors = true
protected

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

Referenced by hasAuthors().

◆ $bg_color

ilObjBlog::$bg_color
protected

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

Referenced by getBackgroundColor().

◆ $font_color

ilObjBlog::$font_color
protected

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

Referenced by getFontColor().

◆ $img

ilObjBlog::$img
protected

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

Referenced by doCloneObject(), getImage(), and getImageFullPath().

◆ $keywords

ilObjBlog::$keywords = true
protected

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

Referenced by hasKeywords().

◆ $nav_mode

ilObjBlog::$nav_mode = self::NAV_MODE_LIST
protected

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

Referenced by getNavMode().

◆ $nav_mode_list_months

ilObjBlog::$nav_mode_list_months
protected

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

Referenced by getNavModeListMonths().

◆ $nav_mode_list_postings

ilObjBlog::$nav_mode_list_postings = self::NAV_MODE_LIST_DEFAULT_POSTINGS
protected

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

Referenced by getNavModeListPostings().

◆ $notes

ilObjBlog::$notes
protected

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

Referenced by getNotesStatus().

◆ $order

ilObjBlog::$order
protected

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

Referenced by getOrder().

◆ $overview_postings

ilObjBlog::$overview_postings
protected

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

Referenced by getOverviewPostings().

◆ $ppic

ilObjBlog::$ppic
protected

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

Referenced by hasProfilePicture().

◆ $rss

ilObjBlog::$rss
protected

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

Referenced by hasRSS().

◆ $style

ilObjBlog::$style
protected

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

Referenced by getStyleSheetId().

◆ ABSTRACT_DEFAULT_IMAGE_HEIGHT

const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144

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

Referenced by ilObjBlogGUI\getEditFormCustomValues().

◆ ABSTRACT_DEFAULT_IMAGE_WIDTH

const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_WIDTH = 144

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

Referenced by ilObjBlogGUI\getEditFormCustomValues().

◆ ABSTRACT_DEFAULT_SHORTEN_LENGTH

const ilObjBlog::ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500

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

Referenced by ilObjBlogGUI\getEditFormCustomValues().

◆ NAV_MODE_LIST

const ilObjBlog::NAV_MODE_LIST = 1

◆ NAV_MODE_LIST_DEFAULT_POSTINGS

const ilObjBlog::NAV_MODE_LIST_DEFAULT_POSTINGS = 10

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

◆ NAV_MODE_MONTH

const ilObjBlog::NAV_MODE_MONTH = 2

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

Referenced by ilObjBlogGUI\initEditCustomForm().


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