ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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) | |
![]() | |
__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) | |
![]() | |
__construct (int $id=0, bool $reference=true) | |
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 $desc) | |
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 | _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 |
![]() | |
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 () | |
![]() | |
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 () | |
![]() | |
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 = "" |
string | $ppic = "" |
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 = [] |
![]() | |
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 |
int | $id |
bool | $referenced |
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 = "" |
bool | $offline = false |
string | $desc = "" |
string | $long_desc = "" |
int | $owner = 0 |
string | $create_date = "" |
string | $last_update = "" |
string | $import_id = "" |
bool | $register = false |
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning Class ilObjBlog
Definition at line 23 of file class.ilObjBlog.php.
ilObjBlog::__construct | ( | int | $a_id = 0 , |
bool | $a_reference = true |
||
) |
Definition at line 56 of file class.ilObjBlog.php.
References $DIC, and ILIAS\GlobalScreen\Provider\__construct().
ilObjBlog::deleteImage | ( | ) |
Definition at line 287 of file class.ilObjBlog.php.
References handleQuotaUpdate(), and setImage().
Referenced by doDelete(), and uploadImage().
|
static |
Deliver blog as rss feed.
Definition at line 613 of file class.ilObjBlog.php.
References $DIC, ilObject\$id, $ilSetting, $tpl, $url, ilLink\_getStaticLink(), ilPageObject\_lookupActive(), ilObject\_lookupObjId(), exit, ilBlogPosting\getAllPostings(), ilBlogPostingGUI\getSnippet(), and IL_CAL_DATETIME.
|
protected |
Definition at line 186 of file class.ilObjBlog.php.
References $source, getAbstractImageHeight(), getAbstractImageWidth(), getAbstractShortenLength(), getBackgroundColor(), getFontColor(), ilObject\getId(), getImage(), getNotesStatus(), hasAbstractImage(), hasAbstractShorten(), hasApproval(), hasProfilePicture(), hasRSS(), and ilObject2\update().
|
protected |
Definition at line 110 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, getAbstractImageHeight(), getAbstractImageWidth(), getAbstractShortenLength(), getNavMode(), getNavModeListMonthsWithPostings(), getOverviewPostings(), hasAbstractImage(), hasAbstractShorten(), hasAuthors(), and hasKeywords().
|
protected |
Definition at line 137 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, ilBlogPosting\deleteAllBlogPostings(), deleteImage(), ilNotification\removeForObject(), and ilNotification\TYPE_BLOG.
|
protected |
Definition at line 76 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().
|
protected |
Definition at line 152 of file class.ilObjBlog.php.
References ilObject\$db, $ilDB, getNotesStatus(), and getOrder().
ilObjBlog::getAbstractImageHeight | ( | ) |
Definition at line 431 of file class.ilObjBlog.php.
References $abstract_image_height.
Referenced by doCloneObject(), and doCreate().
ilObjBlog::getAbstractImageWidth | ( | ) |
Definition at line 421 of file class.ilObjBlog.php.
References $abstract_image_width.
Referenced by doCloneObject(), and doCreate().
ilObjBlog::getAbstractShortenLength | ( | ) |
Definition at line 401 of file class.ilObjBlog.php.
References $abstract_shorten_length.
Referenced by doCloneObject(), and doCreate().
ilObjBlog::getAllLocalRoles | ( | int | $a_node_id | ) |
Definition at line 723 of file class.ilObjBlog.php.
References $res, ilObjRole\_getTranslation(), and ilObject\_lookupTitle().
ilObjBlog::getBackgroundColor | ( | ) |
Definition at line 237 of file class.ilObjBlog.php.
References $bg_color.
Referenced by doCloneObject().
ilObjBlog::getFontColor | ( | ) |
Definition at line 250 of file class.ilObjBlog.php.
References $font_color.
Referenced by doCloneObject().
ilObjBlog::getImage | ( | ) |
Definition at line 263 of file class.ilObjBlog.php.
References $img.
Referenced by doCloneObject().
ilObjBlog::getImageFullPath | ( | bool | $a_as_thumb = false | ) |
Definition at line 273 of file class.ilObjBlog.php.
ilObjBlog::getLocalContributorRole | ( | int | $a_node_id | ) |
Definition at line 703 of file class.ilObjBlog.php.
References ilObject\_lookupTitle().
Referenced by getRolesWithContributeOrRedact().
ilObjBlog::getLocalEditorRole | ( | int | $a_node_id | ) |
Definition at line 713 of file class.ilObjBlog.php.
References ilObject\_lookupTitle().
Referenced by getRolesWithContributeOrRedact().
ilObjBlog::getNavMode | ( | ) |
Definition at line 468 of file class.ilObjBlog.php.
References $nav_mode.
Referenced by doCreate().
ilObjBlog::getNavModeListMonths | ( | ) |
ilObjBlog::getNavModeListMonthsWithPostings | ( | ) |
Definition at line 478 of file class.ilObjBlog.php.
References $nav_mode_list_months_with_post.
Referenced by doCreate().
ilObjBlog::getNotesStatus | ( | ) |
Definition at line 217 of file class.ilObjBlog.php.
References $notes.
Referenced by doCloneObject(), and doUpdate().
ilObjBlog::getOrder | ( | ) |
Definition at line 508 of file class.ilObjBlog.php.
References $order.
Referenced by doUpdate().
ilObjBlog::getOverviewPostings | ( | ) |
Definition at line 498 of file class.ilObjBlog.php.
References $overview_postings.
Referenced by doCreate().
ilObjBlog::getRolesWithContributeOrRedact | ( | int | $a_node_id | ) |
Definition at line 734 of file class.ilObjBlog.php.
References $res, ilRbacReview\_getOperationIdByName(), ilObjRole\_getTranslation(), getLocalContributorRole(), and getLocalEditorRole().
|
protected |
Definition at line 756 of file class.ilObjBlog.php.
Referenced by deleteImage(), and uploadImage().
ilObjBlog::hasAbstractImage | ( | ) |
Definition at line 411 of file class.ilObjBlog.php.
References $abstract_image.
Referenced by doCloneObject(), and doCreate().
ilObjBlog::hasAbstractShorten | ( | ) |
Definition at line 391 of file class.ilObjBlog.php.
References $abstract_shorten.
Referenced by doCloneObject(), and doCreate().
ilObjBlog::hasApproval | ( | ) |
Definition at line 380 of file class.ilObjBlog.php.
References $approval.
Referenced by doCloneObject().
ilObjBlog::hasAuthors | ( | ) |
Definition at line 456 of file class.ilObjBlog.php.
References $authors.
Referenced by doCreate().
ilObjBlog::hasKeywords | ( | ) |
Definition at line 446 of file class.ilObjBlog.php.
References $keywords.
Referenced by doCreate().
ilObjBlog::hasProfilePicture | ( | ) |
Definition at line 227 of file class.ilObjBlog.php.
References $ppic.
Referenced by doCloneObject().
ilObjBlog::hasRSS | ( | ) |
Definition at line 370 of file class.ilObjBlog.php.
References $rss.
Referenced by doCloneObject().
ilObjBlog::initDefaultRoles | ( | ) |
Definition at line 686 of file class.ilObjBlog.php.
References ilObjRole\createDefaultRole(), ilObject\getId(), and ilObject\getRefId().
|
static |
Init file system storage.
Definition at line 302 of file class.ilObjBlog.php.
References $path.
Referenced by ilBlogDataSet\getXmlRecord(), and ilBlogDataSet\importRecord().
|
protected |
Definition at line 71 of file class.ilObjBlog.php.
|
static |
Definition at line 513 of file class.ilObjBlog.php.
References $DIC, $ilUser, ilObject\$tree, ilObject\_lookupObjId(), ilNotification\getNotificationsForObject(), ilNotification\TYPE_BLOG, and ilNotification\updateNotificationTime().
Referenced by ilBlogPostingGUI\activatePage(), ilBlogPostingGUI\observeNoteAction(), and ilBlogPosting\update().
ilObjBlog::setAbstractImage | ( | bool | $a_value | ) |
Definition at line 416 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setAbstractImageHeight | ( | int | $a_value | ) |
Definition at line 436 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setAbstractImageWidth | ( | int | $a_value | ) |
Definition at line 426 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setAbstractShorten | ( | bool | $a_value | ) |
Definition at line 396 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setAbstractShortenLength | ( | int | $a_value | ) |
Definition at line 406 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setApproval | ( | bool | $a_status | ) |
Definition at line 385 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setAuthors | ( | bool | $a_value | ) |
Definition at line 451 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setBackgroundColor | ( | string | $a_value | ) |
Definition at line 245 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setFontColor | ( | string | $a_value | ) |
Definition at line 258 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setImage | ( | string | $a_value | ) |
Definition at line 268 of file class.ilObjBlog.php.
Referenced by deleteImage(), doRead(), and uploadImage().
ilObjBlog::setKeywords | ( | bool | $a_value | ) |
Definition at line 441 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setNavMode | ( | int | $a_value | ) |
Definition at line 461 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setNavModeListMonths | ( | ?int | $a_value | ) |
Definition at line 483 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setNavModeListMonthsWithPostings | ( | int | $a_value | ) |
Definition at line 473 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setNotesStatus | ( | bool | $a_status | ) |
Definition at line 222 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setOrder | ( | array | $a_values = [] | ) |
Definition at line 503 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setOverviewPostings | ( | ?int | $a_value | ) |
Definition at line 493 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setProfilePicture | ( | bool | $a_status | ) |
Definition at line 232 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::setRSS | ( | bool | $a_status | ) |
Definition at line 375 of file class.ilObjBlog.php.
Referenced by doRead().
ilObjBlog::uploadImage | ( | array | $a_upload | ) |
Upload new image file.
Definition at line 325 of file class.ilObjBlog.php.
References $path, deleteImage(), ilShellUtil\escapeShellArg(), ilShellUtil\execConvert(), handleQuotaUpdate(), ilFileUtils\moveUploadedFile(), and setImage().
|
protected |
Definition at line 45 of file class.ilObjBlog.php.
Referenced by hasAbstractImage().
|
protected |
Definition at line 47 of file class.ilObjBlog.php.
Referenced by getAbstractImageHeight().
|
protected |
Definition at line 46 of file class.ilObjBlog.php.
Referenced by getAbstractImageWidth().
|
protected |
Definition at line 43 of file class.ilObjBlog.php.
Referenced by hasAbstractShorten().
|
protected |
Definition at line 44 of file class.ilObjBlog.php.
Referenced by getAbstractShortenLength().
|
protected |
Definition at line 41 of file class.ilObjBlog.php.
Referenced by hasApproval().
|
protected |
Definition at line 53 of file class.ilObjBlog.php.
Referenced by hasAuthors().
|
protected |
Definition at line 36 of file class.ilObjBlog.php.
Referenced by getBackgroundColor().
|
protected |
Definition at line 31 of file class.ilObjBlog.php.
|
protected |
Definition at line 37 of file class.ilObjBlog.php.
Referenced by getFontColor().
|
protected |
Definition at line 38 of file class.ilObjBlog.php.
Referenced by getImage(), and getImageFullPath().
|
protected |
Definition at line 48 of file class.ilObjBlog.php.
Referenced by hasKeywords().
|
protected |
Definition at line 49 of file class.ilObjBlog.php.
Referenced by getNavMode().
|
protected |
Definition at line 51 of file class.ilObjBlog.php.
Referenced by getNavModeListMonths().
|
protected |
Definition at line 34 of file class.ilObjBlog.php.
Referenced by getNavModeListMonthsWithPostings().
|
protected |
Definition at line 50 of file class.ilObjBlog.php.
|
protected |
Definition at line 35 of file class.ilObjBlog.php.
Referenced by getNotesStatus().
|
protected |
Definition at line 32 of file class.ilObjBlog.php.
|
protected |
Definition at line 54 of file class.ilObjBlog.php.
Referenced by getOrder().
|
protected |
Definition at line 52 of file class.ilObjBlog.php.
Referenced by getOverviewPostings().
|
protected |
Definition at line 39 of file class.ilObjBlog.php.
Referenced by hasProfilePicture().
|
protected |
Definition at line 40 of file class.ilObjBlog.php.
Referenced by hasRSS().
|
protected |
Definition at line 42 of file class.ilObjBlog.php.
const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_HEIGHT = 144 |
Definition at line 29 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\getEditFormCustomValues().
const ilObjBlog::ABSTRACT_DEFAULT_IMAGE_WIDTH = 144 |
Definition at line 28 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\getEditFormCustomValues().
const ilObjBlog::ABSTRACT_DEFAULT_SHORTEN_LENGTH = 500 |
Definition at line 27 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\getEditFormCustomValues().
const ilObjBlog::NAV_MODE_LIST = 1 |
Definition at line 25 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\initEditCustomForm(), and ilObjBlogGUI\renderNavigationByDate().
const ilObjBlog::NAV_MODE_LIST_DEFAULT_POSTINGS = 10 |
Definition at line 30 of file class.ilObjBlog.php.
const ilObjBlog::NAV_MODE_MONTH = 2 |
Definition at line 26 of file class.ilObjBlog.php.
Referenced by ilObjBlogGUI\initEditCustomForm().