|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
Inheritance diagram for ilObjBlog:
Collaboration diagram for ilObjBlog:Public Member Functions | |
| __construct (int $a_id=0, bool $a_reference=true) | |
| getNotesStatus () | |
| setNotesStatus (bool $a_status) | |
| hasProfilePicture () | |
| setProfilePicture (bool $a_status) | |
| getBackgroundColor () | |
| setBackgroundColor (string $a_value) | |
| getFontColor () | |
| setFontColor (string $a_value) | |
| getImage () | |
| setImage (string $a_value) | |
| getImageFullPath (bool $a_as_thumb=false) | |
| deleteImage () | |
| uploadImage (array $a_upload) | |
| Upload new image file. More... | |
| hasRSS () | |
| setRSS (bool $a_status) | |
| hasApproval () | |
| setApproval (bool $a_status) | |
| hasAbstractShorten () | |
| setAbstractShorten (bool $a_value) | |
| getAbstractShortenLength () | |
| setAbstractShortenLength (int $a_value) | |
| hasAbstractImage () | |
| setAbstractImage (bool $a_value) | |
| getAbstractImageWidth () | |
| setAbstractImageWidth (int $a_value) | |
| getAbstractImageHeight () | |
| setAbstractImageHeight (int $a_value) | |
| setKeywords (bool $a_value) | |
| hasKeywords () | |
| setAuthors (bool $a_value) | |
| hasAuthors () | |
| setNavMode (int $a_value) | |
| getNavMode () | |
| setNavModeListMonthsWithPostings (int $a_value) | |
| getNavModeListMonthsWithPostings () | |
| setNavModeListMonths (?int $a_value) | |
| getNavModeListMonths () | |
| setOverviewPostings (?int $a_value) | |
| getOverviewPostings () | |
| setOrder (array $a_values=[]) | |
| getOrder () | |
| initDefaultRoles () | |
| getLocalContributorRole (int $a_node_id) | |
| getLocalEditorRole (int $a_node_id) | |
| getAllLocalRoles (int $a_node_id) | |
| getRolesWithContributeOrRedact (int $a_node_id) | |
Public Member Functions inherited from ilObject2 | |
| __construct (int $a_id=0, bool $a_reference=true) | |
| Constructor. More... | |
| read () | |
| create (bool $a_clone_mode=false) | |
| update () | |
| delete () | |
| cloneMetaData (ilObject $target_obj) | |
| cloneObject (int $target_id, int $copy_id=0, bool $omit_tree=false) | |
Public Member Functions inherited from ilObject | |
| getObjectProperties () | |
| flushObjectProperties () | |
| withReferences () | |
| determines whether objects are referenced or not (got ref ids or not) More... | |
| processAutoRating () | |
| read () | |
| getId () | |
| setId (int $id) | |
| setRefId (int $ref_id) | |
| getRefId () | |
| getType () | |
| setType (string $type) | |
| getPresentationTitle () | |
| get presentation title Normally same as title Overwritten for sessions More... | |
| getTitle () | |
| getUntranslatedTitle () | |
| Get untranslated object title WebDAV needs to access the untranslated title of an object. More... | |
| setTitle (string $title) | |
| getDescription () | |
| setDescription (string $description) | |
| getLongDescription () | |
| get object long description (stored in object_description) More... | |
| getImportId () | |
| setImportId (string $import_id) | |
| setOfflineStatus (bool $status) | |
| getOfflineStatus () | |
| supportsOfflineHandling () | |
| getOwner () | |
| getOwnerName () | |
| get full name of object owner More... | |
| setOwner (int $usr_id) | |
| getCreateDate () | |
| Get create date in YYYY-MM-DD HH-MM-SS format. More... | |
| getLastUpdateDate () | |
| Get last update date in YYYY-MM-DD HH-MM-SS format. More... | |
| create () | |
| note: title, description and type should be set when this function is called More... | |
| update () | |
| MDUpdateListener (string $element) | |
| Metadata update listener. More... | |
| createMetaData () | |
| updateMetaData () | |
| deleteMetaData () | |
| updateOwner () | |
| update owner of object in db More... | |
| putInTree (int $parent_ref_id) | |
| maybe this method should be in tree object!? More... | |
| setPermissions (int $parent_ref_id) | |
| setParentRolePermissions (int $parent_ref_id) | |
| Initialize the permissions of parent roles (local roles of categories, global roles...) This method is overwritten in e.g. More... | |
| createReference () | |
| creates reference for object More... | |
| countReferences () | |
| delete () | |
| delete object or referenced object (in the case of a referenced object, object data is only deleted if last reference is deleted) This function removes an object entirely from system!! More... | |
| initDefaultRoles () | |
| init default roles settings Purpose of this function is to create a local role folder and local roles, that are needed depending on the object type. More... | |
| applyDidacticTemplate (int $tpl_id) | |
| getXMLZip () | |
| getHTMLDirectory () | |
| appendCopyInfo (int $target_id, int $copy_id) | |
| Prepend Copy info if object with same name exists in that container. More... | |
| cloneDependencies (int $target_id, int $copy_id) | |
| Clone object dependencies. More... | |
| cloneMetaData (ilObject $target_obj) | |
| Copy meta data. More... | |
| selfOrParentWithRatingEnabled () | |
| getPossibleSubObjects (bool $filter=true) | |
| get all possible sub objects of this type the object can decide which types of sub objects are possible jut in time overwrite if the decision distinguish from standard model More... | |
Static Public Member Functions | |
| static | initStorage (int $a_id, string $a_subdir=null) |
| Init file system storage. More... | |
| static | sendNotification (string $a_action, bool $a_in_wsp, int $a_blog_node_id, int $a_posting_id, ?string $a_comment=null) |
| static | deliverRSS (string $a_wsp_id) |
| Deliver blog as rss feed. More... | |
Static Public Member Functions inherited from ilObject | |
| static | _lookupObjIdByImportId (string $import_id) |
| Get (latest) object id for an import id. More... | |
| static | _lookupImportId (int $obj_id) |
| static | _lookupOwnerName (int $owner_id) |
| Lookup owner name for owner id. More... | |
| static | _getIdForImportId (string $import_id) |
| static | _getAllReferences (int $id) |
| get all reference ids for object ID More... | |
| static | _lookupTitle (int $obj_id) |
| static | lookupOfflineStatus (int $obj_id) |
| Lookup offline status using objectDataCache. More... | |
| static | _lookupOwner (int $obj_id) |
| Lookup owner user ID for object ID. More... | |
| static | _getIdsForTitle (string $title, string $type='', bool $partial_match=false) |
| static | _lookupDescription (int $obj_id) |
| static | _lookupLastUpdate (int $obj_id, bool $formatted=false) |
| static | _getLastUpdateOfObjects (array $obj_ids) |
| static | _lookupObjId (int $ref_id) |
| static | _setDeletedDate (int $ref_id, int $deleted_by) |
| static | setDeletedDates (array $ref_ids, int $user_id) |
| static | _resetDeletedDate (int $ref_id) |
| static | _lookupDeletedDate (int $ref_id) |
| static | _writeTitle (int $obj_id, string $title) |
| write title to db (static) More... | |
| static | _writeDescription (int $obj_id, string $desc) |
| write description to db (static) More... | |
| static | _writeImportId (int $obj_id, string $import_id) |
| write import id to db (static) More... | |
| static | _lookupType (int $id, bool $reference=false) |
| static | _isInTrash (int $ref_id) |
| static | _hasUntrashedReference (int $obj_id) |
| checks whether an object has at least one reference that is not in trash More... | |
| static | _lookupObjectId (int $ref_id) |
| static | _getObjectsDataForType (string $type, bool $omit_trash=false) |
| get all objects of a certain type More... | |
| static | _exists (int $id, bool $reference=false, ?string $type=null) |
| checks if an object exists in object_data More... | |
| static | _getObjectsByType (string $obj_type="", int $owner=null) |
| static | _prepareCloneSelection (array $ref_ids, string $new_type, bool $show_path=true) |
| Prepare copy wizard object selection. More... | |
| static | _getIcon (int $obj_id=0, string $size="big", string $type="", bool $offline=false) |
| Get icon for repository item. More... | |
| static | collectDeletionDependencies (array &$deps, int $ref_id, int $obj_id, string $type, int $depth=0) |
| Collect deletion dependencies. More... | |
| static | getDeletionDependencies (int $obj_id) |
| Get deletion dependencies. More... | |
| static | getLongDescriptions (array $obj_ids) |
| static | getAllOwnedRepositoryObjects (int $user_id) |
| static | fixMissingTitles ($type, array &$obj_title_map) |
| Try to fix missing object titles. More... | |
| static | _lookupCreationDate (int $obj_id) |
| static | _getObjectTypeIdByTitle (string $type, \ilDBInterface $ilDB=null) |
Data Fields | |
| const | NAV_MODE_LIST = 1 |
| const | NAV_MODE_MONTH = 2 |
| const | ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500 |
| const | ABSTRACT_DEFAULT_IMAGE_WIDTH = 144 |
| const | ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144 |
| const | NAV_MODE_LIST_DEFAULT_POSTINGS = 10 |
Data Fields inherited from ilObject | |
| const | TITLE_LENGTH = 255 |
| const | DESC_LENGTH = 128 |
| const | LONG_DESC_LENGTH = 4000 |
| const | TABLE_OBJECT_DATA = "object_data" |
| array | $objectList |
| string | $untranslatedTitle |
Protected Member Functions | |
| initType () | |
| doRead () | |
| doCreate (bool $clone_mode=false) | |
| doDelete () | |
| doUpdate () | |
| doCloneObject (ilObject2 $new_obj, int $a_target_id, ?int $a_copy_id=null) | |
| handleQuotaUpdate () | |
Protected Member Functions inherited from ilObject2 | |
| initType () | |
| doRead () | |
| doCreate (bool $clone_mode=false) | |
| beforeCreate () | |
| If overwritten this method should return true, there is currently no "abort" handling for cases where "false" is returned. More... | |
| doUpdate () | |
| beforeUpdate () | |
| doDelete () | |
| beforeDelete () | |
| doCloneObject (ilObject2 $new_obj, int $a_target_id, ?int $a_copy_id=null) | |
| beforeCloneObject () | |
Protected Member Functions inherited from ilObject | |
| doMDUpdateListener (string $a_element) | |
| beforeMDUpdateListener (string $a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDeleteMetaData () | |
| beforeDeleteMetaData () | |
| handleAutoRating () | |
| hasAutoRating () | |
Protected Attributes | |
| ILIAS Style Content DomainService | $content_style_domain |
| ILIAS Notes Service | $notes_service |
| int | $nav_mode_list_months_with_post = 0 |
| bool | $notes = false |
| string | $bg_color = "" |
| string | $font_color = "" |
| string | $img = "" |
| bool | $ppic = false |
| bool | $rss = false |
| bool | $approval = false |
| bool | $style = false |
| bool | $abstract_shorten = false |
| int | $abstract_shorten_length = self::ABSTRACT_DEFAULT_SHORTEN_LENGTH |
| bool | $abstract_image = false |
| int | $abstract_image_width = self::ABSTRACT_DEFAULT_IMAGE_WIDTH |
| int | $abstract_image_height = self::ABSTRACT_DEFAULT_IMAGE_HEIGHT |
| bool | $keywords = true |
| int | $nav_mode = self::NAV_MODE_LIST |
| int | $nav_mode_list_postings = self::NAV_MODE_LIST_DEFAULT_POSTINGS |
| int | $nav_mode_list_months = null |
| int | $overview_postings = 5 |
| bool | $authors = true |
| array | $order = [] |
Protected Attributes inherited from ilObject | |
| ilLogger | $obj_log |
| ILIAS | $ilias |
| ilObjectDefinition | $obj_definition |
| ilDBInterface | $db |
| ilLogger | $log |
| ilErrorHandling | $error |
| ilTree | $tree |
| ilAppEventHandler | $app_event_handler |
| ilRbacAdmin | $rbac_admin |
| ilRbacReview | $rbac_review |
| ilObjUser | $user |
| ilLanguage | $lng |
| bool | $call_by_reference |
| int | $max_title = self::TITLE_LENGTH |
| int | $max_desc = self::DESC_LENGTH |
| bool | $add_dots = true |
| int | $ref_id = null |
| string | $type = "" |
| string | $title = "" |
| string | $desc = "" |
| string | $long_desc = "" |
| int | $owner = 0 |
| string | $create_date = "" |
| string | $last_update = "" |
| string | $import_id = "" |
| bool | $register = false |
Private Attributes | |
| ILIAS Filesystem Util Convert LegacyImages | $image_conversion |
Class ilObjBlog.
Definition at line 27 of file class.ilObjBlog.php.
| ilObjBlog::__construct | ( | int | $a_id = 0, |
| bool | $a_reference = true |
||
| ) |
Definition at line 61 of file class.ilObjBlog.php.
References $DIC, and ILIAS\MetaData\Repository\Validation\Data\__construct().
Here is the call graph for this function:| ilObjBlog::deleteImage | ( | ) |
Definition at line 293 of file class.ilObjBlog.php.
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:
|
static |
Deliver blog as rss feed.
Definition at line 623 of file class.ilObjBlog.php.
References $DIC, $id, $ilSetting, $url, ilPageObject\_lookupActive(), ilObject\_lookupObjId(), exit, ilBlogPosting\getAllPostings(), ilBlogPostingGUI\getSnippet(), and IL_CAL_DATETIME.
Here is the call graph for this function:
|
protected |
Definition at line 192 of file class.ilObjBlog.php.
References getAbstractImageHeight(), getAbstractImageWidth(), getAbstractShortenLength(), getBackgroundColor(), getFontColor(), ilObject\getId(), getImage(), getNotesStatus(), hasAbstractImage(), hasAbstractShorten(), hasApproval(), hasProfilePicture(), hasRSS(), and ilObject2\update().
Here is the call graph for this function:
|
protected |
Definition at line 116 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, getAbstractImageHeight(), getAbstractImageWidth(), getAbstractShortenLength(), getNavMode(), getNavModeListMonthsWithPostings(), getOverviewPostings(), hasAbstractImage(), hasAbstractShorten(), hasAuthors(), and hasKeywords().
Here is the call graph for this function:
|
protected |
Definition at line 143 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, ilBlogPosting\deleteAllBlogPostings(), deleteImage(), ilNotification\removeForObject(), and ilNotification\TYPE_BLOG.
Here is the call graph for this function:
|
protected |
Definition at line 82 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, setAbstractImage(), setAbstractImageHeight(), setAbstractImageWidth(), setAbstractShorten(), setAbstractShortenLength(), setApproval(), setAuthors(), setBackgroundColor(), setFontColor(), setImage(), setKeywords(), setNavMode(), setNavModeListMonths(), setNavModeListMonthsWithPostings(), setNotesStatus(), setOrder(), setOverviewPostings(), setProfilePicture(), and setRSS().
Here is the call graph for this function:
|
protected |
Definition at line 158 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, getNotesStatus(), and getOrder().
Here is the call graph for this function:| ilObjBlog::getAbstractImageHeight | ( | ) |
Definition at line 441 of file class.ilObjBlog.php.
References $abstract_image_height.
Referenced by doCloneObject(), and doCreate().
Here is the caller graph for this function:| ilObjBlog::getAbstractImageWidth | ( | ) |
Definition at line 431 of file class.ilObjBlog.php.
References $abstract_image_width.
Referenced by doCloneObject(), and doCreate().
Here is the caller graph for this function:| ilObjBlog::getAbstractShortenLength | ( | ) |
Definition at line 411 of file class.ilObjBlog.php.
References $abstract_shorten_length.
Referenced by doCloneObject(), and doCreate().
Here is the caller graph for this function:| ilObjBlog::getAllLocalRoles | ( | int | $a_node_id | ) |
Definition at line 734 of file class.ilObjBlog.php.
References $res, ilObjRole\_getTranslation(), and ilObject\_lookupTitle().
Here is the call graph for this function:| ilObjBlog::getBackgroundColor | ( | ) |
Definition at line 243 of file class.ilObjBlog.php.
References $bg_color.
Referenced by doCloneObject().
Here is the caller graph for this function:| ilObjBlog::getFontColor | ( | ) |
Definition at line 256 of file class.ilObjBlog.php.
References $font_color.
Referenced by doCloneObject().
Here is the caller graph for this function:| ilObjBlog::getImage | ( | ) |
Definition at line 269 of file class.ilObjBlog.php.
References $img.
Referenced by doCloneObject().
Here is the caller graph for this function:| ilObjBlog::getImageFullPath | ( | bool | $a_as_thumb = false | ) |
Definition at line 279 of file class.ilObjBlog.php.
| ilObjBlog::getLocalContributorRole | ( | int | $a_node_id | ) |
Definition at line 714 of file class.ilObjBlog.php.
References ilObject\_lookupTitle().
Referenced by getRolesWithContributeOrRedact().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjBlog::getLocalEditorRole | ( | int | $a_node_id | ) |
Definition at line 724 of file class.ilObjBlog.php.
References ilObject\_lookupTitle().
Referenced by getRolesWithContributeOrRedact().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjBlog::getNavMode | ( | ) |
Definition at line 478 of file class.ilObjBlog.php.
References $nav_mode.
Referenced by doCreate().
Here is the caller graph for this function:| ilObjBlog::getNavModeListMonths | ( | ) |
| ilObjBlog::getNavModeListMonthsWithPostings | ( | ) |
Definition at line 488 of file class.ilObjBlog.php.
References $nav_mode_list_months_with_post.
Referenced by doCreate().
Here is the caller graph for this function:| ilObjBlog::getNotesStatus | ( | ) |
Definition at line 223 of file class.ilObjBlog.php.
References $notes.
Referenced by doCloneObject(), and doUpdate().
Here is the caller graph for this function:| ilObjBlog::getOrder | ( | ) |
Definition at line 518 of file class.ilObjBlog.php.
References $order.
Referenced by doUpdate().
Here is the caller graph for this function:| ilObjBlog::getOverviewPostings | ( | ) |
Definition at line 508 of file class.ilObjBlog.php.
References $overview_postings.
Referenced by doCreate().
Here is the caller graph for this function:| ilObjBlog::getRolesWithContributeOrRedact | ( | int | $a_node_id | ) |
Definition at line 745 of file class.ilObjBlog.php.
References $res, ilRbacReview\_getOperationIdByName(), ilObjRole\_getTranslation(), getLocalContributorRole(), and getLocalEditorRole().
Here is the call graph for this function:
|
protected |
Definition at line 767 of file class.ilObjBlog.php.
Referenced by deleteImage(), and uploadImage().
Here is the caller graph for this function:| ilObjBlog::hasAbstractImage | ( | ) |
Definition at line 421 of file class.ilObjBlog.php.
References $abstract_image.
Referenced by doCloneObject(), and doCreate().
Here is the caller graph for this function:| ilObjBlog::hasAbstractShorten | ( | ) |
Definition at line 401 of file class.ilObjBlog.php.
References $abstract_shorten.
Referenced by doCloneObject(), and doCreate().
Here is the caller graph for this function:| ilObjBlog::hasApproval | ( | ) |
Definition at line 390 of file class.ilObjBlog.php.
References $approval.
Referenced by doCloneObject().
Here is the caller graph for this function:| ilObjBlog::hasAuthors | ( | ) |
Definition at line 466 of file class.ilObjBlog.php.
References $authors.
Referenced by doCreate().
Here is the caller graph for this function:| ilObjBlog::hasKeywords | ( | ) |
Definition at line 456 of file class.ilObjBlog.php.
References $keywords.
Referenced by doCreate().
Here is the caller graph for this function:| ilObjBlog::hasProfilePicture | ( | ) |
Definition at line 233 of file class.ilObjBlog.php.
References $ppic.
Referenced by doCloneObject().
Here is the caller graph for this function:| ilObjBlog::hasRSS | ( | ) |
Definition at line 380 of file class.ilObjBlog.php.
References $rss.
Referenced by doCloneObject().
Here is the caller graph for this function:| ilObjBlog::initDefaultRoles | ( | ) |
Definition at line 697 of file class.ilObjBlog.php.
References ilObjRole\createDefaultRole(), ilObject\getId(), and ilObject\getRefId().
Here is the call graph for this function:
|
static |
Init file system storage.
Definition at line 308 of file class.ilObjBlog.php.
References $path.
Referenced by ilBlogDataSet\getXmlRecord(), and ilBlogDataSet\importRecord().
Here is the caller graph for this function:
|
protected |
Definition at line 77 of file class.ilObjBlog.php.
|
static |
Definition at line 523 of file class.ilObjBlog.php.
References $DIC, 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:| ilObjBlog::setAbstractImage | ( | bool | $a_value | ) |
Definition at line 426 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setAbstractImageHeight | ( | int | $a_value | ) |
Definition at line 446 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setAbstractImageWidth | ( | int | $a_value | ) |
Definition at line 436 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setAbstractShorten | ( | bool | $a_value | ) |
Definition at line 406 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setAbstractShortenLength | ( | int | $a_value | ) |
Definition at line 416 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setApproval | ( | bool | $a_status | ) |
Definition at line 395 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setAuthors | ( | bool | $a_value | ) |
Definition at line 461 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setBackgroundColor | ( | string | $a_value | ) |
Definition at line 251 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setFontColor | ( | string | $a_value | ) |
Definition at line 264 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setImage | ( | string | $a_value | ) |
Definition at line 274 of file class.ilObjBlog.php.
Referenced by deleteImage(), doRead(), and uploadImage().
Here is the caller graph for this function:| ilObjBlog::setKeywords | ( | bool | $a_value | ) |
Definition at line 451 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setNavMode | ( | int | $a_value | ) |
Definition at line 471 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setNavModeListMonths | ( | ?int | $a_value | ) |
Definition at line 493 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setNavModeListMonthsWithPostings | ( | int | $a_value | ) |
Definition at line 483 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setNotesStatus | ( | bool | $a_status | ) |
Definition at line 228 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setOrder | ( | array | $a_values = [] | ) |
Definition at line 513 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setOverviewPostings | ( | ?int | $a_value | ) |
Definition at line 503 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setProfilePicture | ( | bool | $a_status | ) |
Definition at line 238 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::setRSS | ( | bool | $a_status | ) |
Definition at line 385 of file class.ilObjBlog.php.
Referenced by doRead().
Here is the caller graph for this function:| ilObjBlog::uploadImage | ( | array | $a_upload | ) |
Upload new image file.
Definition at line 331 of file class.ilObjBlog.php.
References $path, deleteImage(), handleQuotaUpdate(), ILIAS\Repository\int(), ilFileUtils\moveUploadedFile(), and setImage().
Here is the call graph for this function:
|
protected |
Definition at line 49 of file class.ilObjBlog.php.
Referenced by hasAbstractImage().
|
protected |
Definition at line 51 of file class.ilObjBlog.php.
Referenced by getAbstractImageHeight().
|
protected |
Definition at line 50 of file class.ilObjBlog.php.
Referenced by getAbstractImageWidth().
|
protected |
Definition at line 47 of file class.ilObjBlog.php.
Referenced by hasAbstractShorten().
|
protected |
Definition at line 48 of file class.ilObjBlog.php.
Referenced by getAbstractShortenLength().
|
protected |
Definition at line 45 of file class.ilObjBlog.php.
Referenced by hasApproval().
|
protected |
Definition at line 57 of file class.ilObjBlog.php.
Referenced by hasAuthors().
|
protected |
Definition at line 40 of file class.ilObjBlog.php.
Referenced by getBackgroundColor().
|
protected |
Definition at line 35 of file class.ilObjBlog.php.
|
protected |
Definition at line 41 of file class.ilObjBlog.php.
Referenced by getFontColor().
|
private |
Definition at line 59 of file class.ilObjBlog.php.
|
protected |
Definition at line 42 of file class.ilObjBlog.php.
Referenced by getImage(), and getImageFullPath().
|
protected |
Definition at line 52 of file class.ilObjBlog.php.
Referenced by hasKeywords().
|
protected |
Definition at line 53 of file class.ilObjBlog.php.
Referenced by getNavMode().
|
protected |
Definition at line 55 of file class.ilObjBlog.php.
Referenced by getNavModeListMonths().
|
protected |
Definition at line 38 of file class.ilObjBlog.php.
Referenced by getNavModeListMonthsWithPostings().
|
protected |
Definition at line 54 of file class.ilObjBlog.php.
|
protected |
Definition at line 39 of file class.ilObjBlog.php.
Referenced by getNotesStatus().
|
protected |
Definition at line 36 of file class.ilObjBlog.php.
|
protected |
Definition at line 58 of file class.ilObjBlog.php.
Referenced by getOrder().
|
protected |
Definition at line 56 of file class.ilObjBlog.php.
Referenced by getOverviewPostings().
|
protected |
Definition at line 43 of file class.ilObjBlog.php.
Referenced by hasProfilePicture().
|
protected |
Definition at line 44 of file class.ilObjBlog.php.
Referenced by hasRSS().
|
protected |
Definition at line 46 of file class.ilObjBlog.php.
| const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144 |
Definition at line 33 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\getEditFormCustomValues().
| const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_WIDTH = 144 |
Definition at line 32 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\getEditFormCustomValues().
| const ilObjBlog::ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500 |
Definition at line 31 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\getEditFormCustomValues().
| const ilObjBlog::NAV_MODE_LIST = 1 |
Definition at line 29 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\initEditCustomForm(), and ilObjBlogGUI\renderNavigationByDate().
| const ilObjBlog::NAV_MODE_LIST_DEFAULT_POSTINGS = 10 |
Definition at line 34 of file class.ilObjBlog.php.
| const ilObjBlog::NAV_MODE_MONTH = 2 |
Definition at line 30 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\initEditCustomForm().