ILIAS  release_7 Revision v7.30-3-g800a261c036
ilObjBlog Class Reference

Class ilObjBlog. More...

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

Public Member Functions

 __construct ($a_id=0, $a_reference=true)
 Constructor. More...
 
 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 ()
 
 setNavModeListMonthsWithPostings ($a_value)
 
 getNavModeListMonthsWithPostings ()
 
 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...
 
 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)
 
 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...
 
 setOfflineStatus ($a_status)
 Set offline status. More...
 
 getOfflineStatus ()
 Get offline status. More...
 
 supportsOfflineHandling ()
 Check whether object supports offline handling. 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 ()
 Gets the disk usage of the object in bytes. More...
 
 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 ()
 
 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, $a_deleted_by)
 
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 lookupOfflineStatus ($a_obj_id)
 Lookup offline status using objectDataCache. 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, $a_deleted_by)
 
static setDeletedDates ($a_ref_ids, $a_user_id)
 Set deleted date. 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
 
 $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 ()
 If overwritten this method should return true, there is currently no "abort" handling for cases where "false" is returned. More...
 
 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 = 5
 
 $authors = true
 
 $order
 
- Protected Attributes inherited from ilObject
 $objDefinition
 
 $db
 
 $log
 
 $error
 
 $tree
 
 $app_event_handler
 
 $rbacadmin
 
 $rbacreview
 

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

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

Constructor & Destructor Documentation

◆ __construct()

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

Constructor.

Reimplemented from ilObject2.

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

17 {
18 global $DIC;
19
20 parent::__construct($a_id, $a_reference);
21 $this->rbacreview = $DIC->rbac()->review();
22 }
global $DIC
Definition: goto.php:24
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc

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

+ Here is the call graph for this function:

Member Function Documentation

◆ deleteImage()

ilObjBlog::deleteImage ( )

remove existing file

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

330 {
331 if ($this->id) {
332 $storage = new ilFSStorageBlog($this->id);
333 $storage->delete();
334
335 $this->setImage(null);
336
337 $this->handleQuotaUpdate();
338 }
339 }
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 705 of file class.ilObjBlog.php.

706 {
707 global $DIC;
708
709 $tpl = $DIC["tpl"];
710 $ilSetting = $DIC->settings();
711
712 if (!$ilSetting->get('enable_global_profiles')) {
713 return;
714 }
715
716 // #10827
717 if (substr($a_wsp_id, -4) != "_cll") {
718 $wsp_id = new ilWorkspaceTree(0);
719 $obj_id = $wsp_id->lookupObjectId($a_wsp_id);
720 $is_wsp = "_wsp";
721 } else {
722 $a_wsp_id = substr($a_wsp_id, 0, -4);
723 $obj_id = ilObject::_lookupObjId($a_wsp_id);
724 $is_wsp = null;
725 }
726 if (!$obj_id) {
727 return;
728 }
729
730 $blog = new self($obj_id, false);
731 if (!$blog->hasRSS()) {
732 return;
733 }
734
735 $feed = new ilFeedWriter();
736
737 $url = ilLink::_getStaticLink($a_wsp_id, "blog", true, $is_wsp);
738 $url = str_replace("&", "&", $url);
739
740 // #11870
741 $feed->setChannelTitle(str_replace("&", "&", $blog->getTitle()));
742 $feed->setChannelDescription(str_replace("&", "&", $blog->getDescription()));
743 $feed->setChannelLink($url);
744
745 // needed for blogpostinggui / pagegui
746 $tpl = new ilGlobalTemplate("tpl.main.html", true, true);
747
748 foreach (ilBlogPosting::getAllPostings($obj_id) as $item) {
749 $id = $item["id"];
750
751 // only published items
752 $is_active = ilBlogPosting::_lookupActive($id, "blp");
753 if (!$is_active) {
754 continue;
755 }
756
757 // #16434
758 $snippet = strip_tags(ilBlogPostingGUI::getSnippet($id), "<br><br/><div><p>");
759 $snippet = str_replace("&", "&amp;", $snippet);
760 $snippet = "<![CDATA[" . $snippet . "]]>";
761
762 $url = ilLink::_getStaticLink($a_wsp_id, "blog", true, "_" . $id . $is_wsp);
763 $url = str_replace("&", "&amp;", $url);
764
765 $feed_item = new ilFeedItem();
766 $feed_item->setTitle(str_replace("&", "&amp;", $item["title"])); // #16022
767 $feed_item->setDate($item["created"]->get(IL_CAL_DATETIME));
768 $feed_item->setDescription($snippet);
769 $feed_item->setLink($url);
770 $feed_item->setAbout($url);
771 $feed->addItem($feed_item);
772 }
773
774 $feed->showFeed();
775 exit();
776 }
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.
special template class to simplify handling of ITX/PEAR
static _lookupObjId($a_id)
static _lookupActive($a_id, $a_parent_type, $a_check_scheduled_activation=false, $a_lang="-")
lookup activation status
Tree handler for personal workspace.
if($DIC->http() ->request() ->getMethod()=="GET" &&isset($DIC->http() ->request() ->getQueryParams()['tex'])) $tpl
Definition: latex.php:41
exit
Definition: login.php:29
global $ilSetting
Definition: privfeed.php:17
$url

References $DIC, 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 167 of file class.ilObjBlog.php.

168 {
169 // banner?
170 $img = $this->getImage();
171 if ($img) {
172 $new_obj->setImage($img);
173
174 $source = $this->initStorage($this->getId());
175 $target = $new_obj->initStorage($new_obj->getId());
176
177 copy($source . $img, $target . $img);
178 }
179
180 $new_obj->setNotesStatus($this->getNotesStatus());
181 $new_obj->setProfilePicture($this->hasProfilePicture());
182 $new_obj->setBackgroundColor($this->getBackgroundColor());
183 $new_obj->setFontColor($this->getFontColor());
184 $new_obj->setRSS($this->hasRSS());
185 $new_obj->setApproval($this->hasApproval());
186 $new_obj->setAbstractShorten($this->hasAbstractShorten());
187 $new_obj->setAbstractShortenLength($this->getAbstractShortenLength());
188 $new_obj->setAbstractImage($this->hasAbstractImage());
189 $new_obj->setAbstractImageWidth($this->getAbstractImageWidth());
190 $new_obj->setAbstractImageHeight($this->getAbstractImageHeight());
191 $new_obj->update();
192
193 // set/copy stylesheet
194 $style_id = $this->getStyleSheetId();
195 if ($style_id > 0 && !ilObjStyleSheet::_lookupStandard($style_id)) {
196 $style_obj = ilObjectFactory::getInstanceByObjId($style_id);
197 $new_id = $style_obj->ilClone();
198 $new_obj->setStyleSheetId($new_id);
199 $new_obj->update();
200 }
201 }
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.
static getInstanceByObjId($a_obj_id, $stop_on_error=true)
get an instance of an Ilias object by object id
getId()
get object id @access public
$source
Definition: metadata.php:76

References $img, $source, ilObjStyleSheet\_lookupStandard(), getAbstractImageHeight(), getAbstractImageWidth(), getAbstractShortenLength(), getBackgroundColor(), getFontColor(), ilObject\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 92 of file class.ilObjBlog.php.

93 {
95
96 $ilDB->manipulate("INSERT INTO il_blog (id,ppic,rss_active,approval" .
97 ",abs_shorten,abs_shorten_len,abs_image,abs_img_width,abs_img_height" .
98 ",keywords,authors,nav_mode,nav_list_mon_with_post,ov_post) VALUES (" .
99 $ilDB->quote($this->id, "integer") . "," .
100 $ilDB->quote(true, "integer") . "," .
101 $ilDB->quote(true, "integer") . "," .
102 $ilDB->quote(false, "integer") . "," .
103 $ilDB->quote($this->hasAbstractShorten(), "integer") . "," .
104 $ilDB->quote($this->getAbstractShortenLength(), "integer") . "," .
105 $ilDB->quote($this->hasAbstractImage(), "integer") . "," .
106 $ilDB->quote($this->getAbstractImageWidth(), "integer") . "," .
107 $ilDB->quote($this->getAbstractImageHeight(), "integer") . "," .
108 $ilDB->quote($this->hasKeywords(), "integer") . "," .
109 $ilDB->quote($this->hasAuthors(), "integer") . "," .
110 $ilDB->quote($this->getNavMode(), "integer") . "," .
111 $ilDB->quote($this->getNavModeListMonthsWithPostings(), "integer") . "," .
112 $ilDB->quote($this->getOverviewPostings(), "integer") .
113 ")");
114
115 // #14661
116 ilNote::activateComments($this->id, 0, "blog", true);
117 }
static activateComments($a_rep_obj_id, $a_obj_id, $a_obj_type, $a_activate=true)
Activate notes feature.
global $ilDB

References ilObject\$db, $ilDB, and ilNote\activateComments().

+ Here is the call graph for this function:

◆ doDelete()

ilObjBlog::doDelete ( )
protected

Reimplemented from ilObject2.

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

120 {
122
123 $this->deleteImage();
124
126
127 // remove all notifications
129
130 $ilDB->manipulate("DELETE FROM il_blog" .
131 " WHERE id = " . $ilDB->quote($this->id, "integer"));
132 }
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 ilObject\$db, $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 58 of file class.ilObjBlog.php.

59 {
61
62 $set = $ilDB->query("SELECT * FROM il_blog" .
63 " WHERE id = " . $ilDB->quote($this->id, "integer"));
64 $row = $ilDB->fetchAssoc($set);
65 $this->setProfilePicture((bool) $row["ppic"]);
66 $this->setBackgroundColor($row["bg_color"]);
67 $this->setFontColor($row["font_color"]);
68 $this->setImage($row["img"]);
69 $this->setRSS($row["rss_active"]);
70 $this->setApproval($row["approval"]);
71 $this->setAbstractShorten($row["abs_shorten"]);
72 $this->setAbstractShortenLength($row["abs_shorten_len"]);
73 $this->setAbstractImage($row["abs_image"]);
74 $this->setAbstractImageWidth($row["abs_img_width"]);
75 $this->setAbstractImageHeight($row["abs_img_height"]);
76 $this->setKeywords($row["keywords"]);
77 $this->setAuthors($row["authors"]);
78 $this->setNavMode($row["nav_mode"]);
79 $this->setNavModeListMonthsWithPostings($row["nav_list_mon_with_post"]);
80 $this->setNavModeListMonths($row["nav_list_mon"]);
81 $this->setOverviewPostings($row["ov_post"]);
82 if (trim($row["nav_order"])) {
83 $this->setOrder(explode(";", $row["nav_order"]));
84 }
85
86 // #14661
87 $this->setNotesStatus(ilNote::commentsActivated($this->id, 0, "blog"));
88
90 }
static commentsActivated($a_rep_obj_id, $a_obj_id, $a_obj_type, $a_news_id=0)
Are comments activated for object?
setBackgroundColor($a_value)
Set background color.
setProfilePicture($a_status)
Toggle profile picture status.
setNavModeListMonthsWithPostings($a_value)
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)
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 ilObject\$db, $ilDB, ilNote\commentsActivated(), ilObjStyleSheet\lookupObjectStyle(), setAbstractImage(), setAbstractImageHeight(), setAbstractImageWidth(), setAbstractShorten(), setAbstractShortenLength(), setApproval(), setAuthors(), setBackgroundColor(), setFontColor(), setImage(), setKeywords(), setNavMode(), setNavModeListMonths(), setNavModeListMonthsWithPostings(), 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 134 of file class.ilObjBlog.php.

135 {
137
138 if ($this->id) {
139 $ilDB->manipulate("UPDATE il_blog" .
140 " SET ppic = " . $ilDB->quote($this->hasProfilePicture(), "integer") .
141 ",bg_color = " . $ilDB->quote($this->getBackgroundColor(), "text") .
142 ",font_color = " . $ilDB->quote($this->getFontcolor(), "text") .
143 ",img = " . $ilDB->quote($this->getImage(), "text") .
144 ",rss_active = " . $ilDB->quote($this->hasRSS(), "integer") .
145 ",approval = " . $ilDB->quote($this->hasApproval(), "integer") .
146 ",abs_shorten = " . $ilDB->quote($this->hasAbstractShorten(), "integer") .
147 ",abs_shorten_len = " . $ilDB->quote($this->getAbstractShortenLength(), "integer") .
148 ",abs_image = " . $ilDB->quote($this->hasAbstractImage(), "integer") .
149 ",abs_img_width = " . $ilDB->quote($this->getAbstractImageWidth(), "integer") .
150 ",abs_img_height = " . $ilDB->quote($this->getAbstractImageHeight(), "integer") .
151 ",keywords = " . $ilDB->quote($this->hasKeywords(), "integer") .
152 ",authors = " . $ilDB->quote($this->hasAuthors(), "integer") .
153 ",nav_mode = " . $ilDB->quote($this->getNavMode(), "integer") .
154 ",nav_list_mon_with_post = " . $ilDB->quote($this->getNavModeListMonthsWithPostings(), "integer") .
155 ",nav_list_mon = " . $ilDB->quote($this->getNavModeListMonths(), "integer") .
156 ",ov_post = " . $ilDB->quote($this->getOverviewPostings(), "integer") .
157 ",nav_order = " . $ilDB->quote(implode(";", $this->getOrder()), "text") .
158 " WHERE id = " . $ilDB->quote($this->id, "integer"));
159
160 // #14661
161 ilNote::activateComments($this->id, 0, "blog", $this->getNotesStatus());
162
164 }
165 }
static writeStyleUsage($a_obj_id, $a_style_id)
Write style usage.

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

+ Here is the call graph for this function:

◆ getAbstractImageHeight()

ilObjBlog::getAbstractImageHeight ( )

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

516 {
518 }

References $abstract_image_height.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getAbstractImageWidth()

ilObjBlog::getAbstractImageWidth ( )

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

506 {
508 }

References $abstract_image_width.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getAbstractShortenLength()

ilObjBlog::getAbstractShortenLength ( )

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

486 {
488 }

References $abstract_shorten_length.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ getAllLocalRoles()

ilObjBlog::getAllLocalRoles (   $a_node_id)

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

820 {
822
823 $res = array();
824 foreach ($rbacreview->getLocalRoles($a_node_id) as $role_id) {
826 }
827
828 asort($res);
829 return $res;
830 }
static _getTranslation($a_role_title)
static _lookupTitle($a_id)
lookup object title
foreach($_POST as $key=> $value) $res

References ilObject\$rbacreview, $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 248 of file class.ilObjBlog.php.

249 {
250 if (!$this->bg_color) {
251 $this->bg_color = "ffffff";
252 }
253 return $this->bg_color;
254 }

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 271 of file class.ilObjBlog.php.

272 {
273 if (!$this->font_color) {
274 $this->font_color = "505050";
275 }
276 return $this->font_color;
277 }

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 294 of file class.ilObjBlog.php.

295 {
296 return $this->img;
297 }

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 314 of file class.ilObjBlog.php.

315 {
316 if ($this->img) {
317 $path = $this->initStorage($this->id);
318 if (!$a_as_thumb) {
319 return $path . $this->img;
320 } else {
321 return $path . "thb_" . $this->img;
322 }
323 }
324 }

References $img, and initStorage().

+ Here is the call graph for this function:

◆ getLocalContributorRole()

ilObjBlog::getLocalContributorRole (   $a_node_id)

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

798 {
800
801 foreach ($rbacreview->getLocalRoles($a_node_id) as $role_id) {
802 if (substr(ilObject::_lookupTitle($role_id), 0, 19) == "il_blog_contributor") {
803 return $role_id;
804 }
805 }
806 }

References ilObject\$rbacreview, and 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 808 of file class.ilObjBlog.php.

809 {
811
812 foreach ($rbacreview->getLocalRoles($a_node_id) as $role_id) {
813 if (substr(ilObject::_lookupTitle($role_id), 0, 14) == "il_blog_editor") {
814 return $role_id;
815 }
816 }
817 }

References ilObject\$rbacreview, and 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 553 of file class.ilObjBlog.php.

554 {
555 return $this->nav_mode;
556 }

References $nav_mode.

◆ getNavModeListMonths()

ilObjBlog::getNavModeListMonths ( )

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

579 {
581 }

References $nav_mode_list_months.

◆ getNavModeListMonthsWithPostings()

ilObjBlog::getNavModeListMonthsWithPostings ( )

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

564 {
565 return $this->nav_mode_list_months_with_post;
566 }

◆ getNotesStatus()

ilObjBlog::getNotesStatus ( )

Get notes status.

Returns
bool

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

209 {
210 return $this->notes;
211 }

References $notes.

Referenced by doCloneObject(), and doUpdate().

+ Here is the caller graph for this function:

◆ getOrder()

ilObjBlog::getOrder ( )

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

604 {
605 return (array) $this->order;
606 }

References $order.

Referenced by doUpdate().

+ Here is the caller graph for this function:

◆ getOverviewPostings()

ilObjBlog::getOverviewPostings ( )

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

594 {
596 }

References $overview_postings.

◆ getRolesWithContributeOrRedact()

ilObjBlog::getRolesWithContributeOrRedact (   $a_node_id)

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

833 {
835
836 $contr_op_id = ilRbacReview::_getOperationIdByName("contribute");
837 $redact_op_id = ilRbacReview::_getOperationIdByName("redact");
838 $contr_role_id = $this->getLocalContributorRole($a_node_id);
839 $editor_role_id = $this->getLocalEditorRole($a_node_id);
840
841 $res = array();
842 foreach ($rbacreview->getParentRoleIds($a_node_id) as $role_id => $role) {
843 if ($role_id != $contr_role_id &&
844 $role_id != $editor_role_id) {
845 $all_ops = $rbacreview->getActiveOperationsOfRole($a_node_id, $role_id);
846 if (in_array($contr_op_id, $all_ops) ||
847 in_array($redact_op_id, $all_ops)) {
848 $res[$role_id] = ilObjRole:: _getTranslation($role["title"]);
849 }
850 }
851 }
852
853 return $res;
854 }
getLocalContributorRole($a_node_id)
getLocalEditorRole($a_node_id)
static _getOperationIdByName($a_operation)
get operation id by name of operation @access public @access static

References ilObject\$rbacreview, $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 460 of file class.ilObjBlog.php.

461 {
462 return (int) $this->style;
463 }

References $style.

Referenced by doCloneObject(), and doUpdate().

+ Here is the caller graph for this function:

◆ handleQuotaUpdate()

ilObjBlog::handleQuotaUpdate ( )
protected

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

857 {
858 }

Referenced by deleteImage(), and uploadImage().

+ Here is the caller graph for this function:

◆ hasAbstractImage()

ilObjBlog::hasAbstractImage ( )

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

496 {
498 }

References $abstract_image.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasAbstractShorten()

ilObjBlog::hasAbstractShorten ( )

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

476 {
478 }

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 440 of file class.ilObjBlog.php.

441 {
442 return (bool) $this->approval;
443 }

References $approval.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasAuthors()

ilObjBlog::hasAuthors ( )

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

541 {
542 return $this->authors;
543 }

References $authors.

◆ hasKeywords()

ilObjBlog::hasKeywords ( )

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

531 {
532 return $this->keywords;
533 }

References $keywords.

◆ hasProfilePicture()

ilObjBlog::hasProfilePicture ( )

Get profile picture status.

Returns
bool

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

229 {
230 return $this->ppic;
231 }

References $ppic.

Referenced by doCloneObject().

+ Here is the caller graph for this function:

◆ hasRSS()

ilObjBlog::hasRSS ( )

Get RSS status.

Returns
bool

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

421 {
422 return $this->rss;
423 }

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 778 of file class.ilObjBlog.php.

779 {
781 'il_blog_contributor_' . $this->getRefId(),
782 "Contributor of blog obj_no." . $this->getId(),
783 'il_blog_contributor',
784 $this->getRefId()
785 );
786
788 'il_blog_editor_' . $this->getRefId(),
789 "Editor of blog obj_no." . $this->getId(),
790 'il_blog_editor',
791 $this->getRefId()
792 );
793
794 return array();
795 }
static createDefaultRole($a_title, $a_description, $a_tpl_name, $a_ref_id)
getRefId()
get reference id @access public

References ilObjRole\createDefaultRole(), ilObject\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 348 of file class.ilObjBlog.php.

349 {
350 $storage = new ilFSStorageBlog($a_id);
351 $storage->create();
352
353 $path = $storage->getAbsolutePath() . "/";
354
355 if ($a_subdir) {
356 $path .= $a_subdir . "/";
357
358 if (!is_dir($path)) {
359 mkdir($path);
360 }
361 }
362
363 return $path;
364 }

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

+ Here is the caller graph for this function:

◆ initType()

ilObjBlog::initType ( )

Reimplemented from ilObject2.

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

54 {
55 $this->type = "blog";
56 }

◆ sendNotification()

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

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

609 {
610 global $DIC;
611
612 $ilUser = $DIC->user();
613
614 // get blog object id (repository or workspace)
615 if ($a_in_wsp) {
616 $tree = new ilWorkspaceTree($ilUser->getId()); // owner of tree is irrelevant
617 $blog_obj_id = $tree->lookupObjectId($a_blog_node_id);
618 $access_handler = new ilWorkspaceAccessHandler($tree);
619 } else {
620 $blog_obj_id = ilObject::_lookupObjId($a_blog_node_id);
621 $access_handler = null;
622 }
623 if (!$blog_obj_id) {
624 return;
625 }
626
627 $posting = new ilBlogPosting($a_posting_id);
628
629 // #11138
630 $ignore_threshold = ($a_action == "comment");
631
632 $admin_only = false;
633
634 // approval handling
635 if (!$posting->isApproved()) {
636 $blog = new self($blog_obj_id, false);
637 if ($blog->hasApproval()) {
638 switch ($a_action) {
639 case "update":
640 // un-approved posting was updated - no notifications
641 return;
642
643 case "new":
644 // un-approved posting was activated - admin-only notification
645 $admin_only = true;
646 $ignore_threshold = true;
647 $a_action = "approve";
648 break;
649 }
650 }
651 }
652
653 // create/update news item (only in repository)
654 if (!$a_in_wsp &&
655 in_array($a_action, array("update", "new"))) {
656 $posting->handleNews(($a_action == "update"));
657 }
658
659 // recipients
662 $blog_obj_id,
663 $a_posting_id,
664 $ignore_threshold
665 );
666 if (!sizeof($users)) {
667 return;
668 }
669
670 $ntf = new ilSystemNotification($a_in_wsp);
671 $ntf->setLangModules(array("blog"));
672 $ntf->setRefId($a_blog_node_id);
673 $ntf->setChangedByUserId($ilUser->getId());
674 $ntf->setSubjectLangId('blog_change_notification_subject');
675 $ntf->setIntroductionLangId('blog_change_notification_body_' . $a_action);
676 $ntf->addAdditionalInfo('blog_posting', $posting->getTitle());
677 if ($a_comment) {
678 $ntf->addAdditionalInfo('comment', $a_comment, true);
679 }
680 $ntf->setGotoLangId('blog_change_notification_link');
681 $ntf->setReasonLangId('blog_change_notification_reason');
682
683 $abstract = $posting->getNotificationAbstract();
684 if ($abstract) {
685 $ntf->addAdditionalInfo('content', $abstract, true);
686 }
687
688 $notified = $ntf->sendMail(
689 $users,
690 "_" . $a_posting_id,
691 ($admin_only ? "write" : "read")
692 );
693
694 // #14387
695 if (sizeof($notified)) {
696 ilNotification::updateNotificationTime(ilNotification::TYPE_BLOG, $blog_obj_id, $notified, $a_posting_id);
697 }
698 }
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 $DIC, $ilUser, ilObject\$tree, 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 500 of file class.ilObjBlog.php.

501 {
502 $this->abstract_image = (bool) $a_value;
503 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractImageHeight()

ilObjBlog::setAbstractImageHeight (   $a_value)

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

521 {
522 $this->abstract_image_height = (int) $a_value;
523 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractImageWidth()

ilObjBlog::setAbstractImageWidth (   $a_value)

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

511 {
512 $this->abstract_image_width = (int) $a_value;
513 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractShorten()

ilObjBlog::setAbstractShorten (   $a_value)

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

481 {
482 $this->abstract_shorten = (bool) $a_value;
483 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAbstractShortenLength()

ilObjBlog::setAbstractShortenLength (   $a_value)

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

491 {
492 $this->abstract_shorten_length = (int) $a_value;
493 }

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 450 of file class.ilObjBlog.php.

451 {
452 $this->approval = (bool) $a_status;
453 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setAuthors()

ilObjBlog::setAuthors (   $a_value)

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

536 {
537 $this->authors = (bool) $a_value;
538 }

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 261 of file class.ilObjBlog.php.

262 {
263 $this->bg_color = (string) $a_value;
264 }

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 284 of file class.ilObjBlog.php.

285 {
286 $this->font_color = (string) $a_value;
287 }

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 304 of file class.ilObjBlog.php.

305 {
306 $this->img = (string) $a_value;
307 }

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

+ Here is the caller graph for this function:

◆ setKeywords()

ilObjBlog::setKeywords (   $a_value)

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

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

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNavMode()

ilObjBlog::setNavMode (   $a_value)

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

546 {
547 $a_value = (int) $a_value;
548 if (in_array($a_value, array(self::NAV_MODE_LIST, self::NAV_MODE_MONTH))) {
549 $this->nav_mode = $a_value;
550 }
551 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNavModeListMonths()

ilObjBlog::setNavModeListMonths (   $a_value)

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

569 {
570 if (!$a_value) {
571 $a_value = null;
572 } else {
573 $a_value = (int) $a_value;
574 }
575 $this->nav_mode_list_months = $a_value;
576 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setNavModeListMonthsWithPostings()

ilObjBlog::setNavModeListMonthsWithPostings (   $a_value)

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

559 {
560 $this->nav_mode_list_months_with_post = (int) $a_value;
561 }

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 218 of file class.ilObjBlog.php.

219 {
220 $this->notes = (bool) $a_status;
221 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setOrder()

ilObjBlog::setOrder ( array  $a_values = null)

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

599 {
600 $this->order = $a_values;
601 }

Referenced by doRead().

+ Here is the caller graph for this function:

◆ setOverviewPostings()

ilObjBlog::setOverviewPostings (   $a_value)

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

584 {
585 if (!$a_value) {
586 $a_value = null;
587 } else {
588 $a_value = (int) $a_value;
589 }
590 $this->overview_postings = $a_value;
591 }

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 238 of file class.ilObjBlog.php.

239 {
240 $this->ppic = (bool) $a_status;
241 }

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 430 of file class.ilObjBlog.php.

431 {
432 $this->rss = (bool) $a_status;
433 }

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 470 of file class.ilObjBlog.php.

471 {
472 $this->style = (int) $a_style;
473 }

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 372 of file class.ilObjBlog.php.

373 {
374 if (!$this->id) {
375 return false;
376 }
377
378 $this->deleteImage();
379
380 // #10074
381 $clean_name = preg_replace("/[^a-zA-Z0-9\_\.\-]/", "", $a_upload["name"]);
382
383 $path = $this->initStorage($this->id);
384 $original = "org_" . $this->id . "_" . $clean_name;
385 $thumb = "thb_" . $this->id . "_" . $clean_name;
386 $processed = $this->id . "_" . $clean_name;
387
388 if (ilUtil::moveUploadedFile($a_upload["tmp_name"], $original, $path . $original)) {
389 chmod($path . $original, 0770);
390
391 $blga_set = new ilSetting("blga");
392 /* as banner height should overflow, we only handle width
393 $dimensions = $blga_set->get("banner_width")."x".
394 $blga_set->get("banner_height");
395 */
396 $dimensions = $blga_set->get("banner_width");
397
398 // take quality 100 to avoid jpeg artefacts when uploading jpeg files
399 // taking only frame [0] to avoid problems with animated gifs
400 $original_file = ilUtil::escapeShellArg($path . $original);
401 $thumb_file = ilUtil::escapeShellArg($path . $thumb);
402 $processed_file = ilUtil::escapeShellArg($path . $processed);
403 ilUtil::execConvert($original_file . "[0] -geometry 100x100 -quality 100 JPEG:" . $thumb_file);
404 ilUtil::execConvert($original_file . "[0] -geometry " . $dimensions . " -quality 100 JPEG:" . $processed_file);
405
406 $this->setImage($processed);
407
408 $this->handleQuotaUpdate();
409
410 return true;
411 }
412 return false;
413 }
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 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 34 of file class.ilObjBlog.php.

Referenced by hasAbstractImage().

◆ $abstract_image_height

ilObjBlog::$abstract_image_height = self::ABSTRACT_DEFAULT_IMAGE_HEIGHT
protected

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

Referenced by getAbstractImageHeight().

◆ $abstract_image_width

ilObjBlog::$abstract_image_width = self::ABSTRACT_DEFAULT_IMAGE_WIDTH
protected

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

Referenced by getAbstractImageWidth().

◆ $abstract_shorten

ilObjBlog::$abstract_shorten = false
protected

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

Referenced by hasAbstractShorten().

◆ $abstract_shorten_length

ilObjBlog::$abstract_shorten_length = self::ABSTRACT_DEFAULT_SHORTEN_LENGTH
protected

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

Referenced by getAbstractShortenLength().

◆ $approval

ilObjBlog::$approval
protected

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

Referenced by hasApproval().

◆ $authors

ilObjBlog::$authors = true
protected

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

Referenced by hasAuthors().

◆ $bg_color

ilObjBlog::$bg_color
protected

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

Referenced by getBackgroundColor().

◆ $font_color

ilObjBlog::$font_color
protected

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

Referenced by getFontColor().

◆ $img

ilObjBlog::$img
protected

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

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

◆ $keywords

ilObjBlog::$keywords = true
protected

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

Referenced by hasKeywords().

◆ $nav_mode

ilObjBlog::$nav_mode = self::NAV_MODE_LIST
protected

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

Referenced by getNavMode().

◆ $nav_mode_list_months

ilObjBlog::$nav_mode_list_months
protected

Definition at line 40 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 39 of file class.ilObjBlog.php.

◆ $notes

ilObjBlog::$notes
protected

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

Referenced by getNotesStatus().

◆ $order

ilObjBlog::$order
protected

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

Referenced by getOrder().

◆ $overview_postings

ilObjBlog::$overview_postings = 5
protected

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

Referenced by getOverviewPostings().

◆ $ppic

ilObjBlog::$ppic
protected

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

Referenced by hasProfilePicture().

◆ $rss

ilObjBlog::$rss
protected

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

Referenced by hasRSS().

◆ $style

ilObjBlog::$style
protected

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

Referenced by getStyleSheetId().

◆ ABSTRACT_DEFAULT_IMAGE_HEIGHT

const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144

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

Referenced by ilObjBlogGUI\getEditFormCustomValues().

◆ ABSTRACT_DEFAULT_IMAGE_WIDTH

const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_WIDTH = 144

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

Referenced by ilObjBlogGUI\getEditFormCustomValues().

◆ ABSTRACT_DEFAULT_SHORTEN_LENGTH

const ilObjBlog::ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500

Definition at line 48 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 51 of file class.ilObjBlog.php.

◆ NAV_MODE_MONTH

const ilObjBlog::NAV_MODE_MONTH = 2

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

Referenced by ilObjBlogGUI\initEditCustomForm().


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