|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilObjWiki:
Collaboration diagram for ilObjWiki:Public Member Functions | |
| __construct (int $a_id=0, bool $a_call_by_reference=true) | |
| setOnline (bool $a_online) | |
| getOnline () | |
| setRatingOverall (bool $a_rating) | |
| getRatingOverall () | |
| setRating (bool $a_rating) | |
| getRating () | |
| setRatingAsBlock (bool $a_rating) | |
| getRatingAsBlock () | |
| setRatingForNewPages (bool $a_rating) | |
| getRatingForNewPages () | |
| setRatingCategories (bool $a_rating) | |
| getRatingCategories () | |
| setPublicNotes (bool $a_val) | |
| getPublicNotes () | |
| setStartPage (string $a_startpage) | |
| getStartPage () | |
| setShortTitle (string $a_shorttitle) | |
| getShortTitle () | |
| setIntroduction (string $a_introduction) | |
| getIntroduction () | |
| setPageToc (bool $a_val) | |
| getPageToc () | |
| setEmptyPageTemplate (bool $a_val) | |
| getEmptyPageTemplate () | |
| setLinkMetadataValues (bool $a_val) | |
| getLinkMetadataValues () | |
| create (bool $a_prevent_start_page_creation=false) | |
| update (bool $a_prevent_start_page_creation=false) | |
| read () | |
| delete () | |
| delete object and all related data More... | |
| isImportantPage (int $a_page_id) | |
| cloneObject (int $target_id, int $copy_id=0, bool $omit_tree=false) | |
| getTemplateSelectionOnCreation (string $lang="-") | |
| Get template selection on creation? If more than one template (including empty page template) is activated -> return true. More... | |
| createWikiPage (string $a_page_title, int $a_template_page=0) | |
| Create new wiki page. More... | |
| initUserHTMLExport (bool $with_comments=false) | |
| startUserHTMLExport (bool $with_comments=false) | |
| getUserHTMLExportProgress (bool $with_comments=false) | |
| Get user html export progress. More... | |
| deliverUserHTMLExport (bool $with_comments=false) | |
| decorateAdvMDValue (string $a_value) | |
| Decorate adv md value. More... | |
| isCommentsExportPossible () | |
| Is export possible. More... | |
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 | checkShortTitleAvailability (string $a_short_title) |
| static | _lookupRatingOverall (int $a_wiki_id) |
| Lookup whether rating is activated for whole object. More... | |
| static | _lookupRating (int $a_wiki_id) |
| Lookup whether rating is activated. More... | |
| static | _lookupRatingCategories (int $a_wiki_id) |
| Lookup whether rating categories are activated. More... | |
| static | _lookupRatingAsBlock (int $a_wiki_id) |
| Lookup whether rating side block is activated. More... | |
| static | _lookupPublicNotes (int $a_wiki_id) |
| Lookup whether public notes are activated. More... | |
| static | _lookupLinkMetadataValues (int $a_wiki_id) |
| Lookup whether metadata should be auto linked. More... | |
| static | _lookupStartPage (int $a_wiki_id) |
| static | writeStartPage (int $a_id, string $a_name) |
| static | _performSearch (int $a_wiki_id, string $a_searchterm) |
| Search in Wiki. More... | |
| static | _lookupPageToc (int $a_wiki_id) |
| static | getAdvMDSubItemTitle (int $a_obj_id, string $a_sub_type, int $a_sub_id) |
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) |
Protected Member Functions | |
| updateInternalLinksOnCopy (array $map) | |
Protected Member Functions inherited from ilObject | |
| doMDUpdateListener (string $a_element) | |
| beforeMDUpdateListener (string $a_element) | |
| doCreateMetaData () | |
| beforeCreateMetaData () | |
| doUpdateMetaData () | |
| beforeUpdateMetaData () | |
| doDeleteMetaData () | |
| beforeDeleteMetaData () | |
| handleAutoRating () | |
| hasAutoRating () | |
Static Private Member Functions | |
| static | _lookup (int $a_wiki_id, string $a_field) |
| Lookup a data field. More... | |
Additional Inherited Members | |
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 |
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 ilObjWiki
Definition at line 24 of file class.ilObjWiki.php.
| ilObjWiki::__construct | ( | int | $a_id = 0, |
| bool | $a_call_by_reference = true |
||
| ) |
Definition at line 46 of file class.ilObjWiki.php.
References $DIC, ILIAS\MetaData\Repository\Validation\Data\__construct(), and ILIAS\Repository\user().
Here is the call graph for this function:
|
staticprivate |
|
static |
Lookup whether metadata should be auto linked.
Definition at line 388 of file class.ilObjWiki.php.
|
static |
Definition at line 482 of file class.ilObjWiki.php.
Referenced by ilWikiPageConfig\configureByObjectId().
Here is the caller graph for this function:
|
static |
Lookup whether public notes are activated.
Definition at line 380 of file class.ilObjWiki.php.
Referenced by ilWikiPageGUI\addHeaderAction(), ilWikiPageGUI\getCommentsHTMLExport(), and ilWikiPageGUI\preview().
Here is the caller graph for this function:
|
static |
Lookup whether rating is activated.
Definition at line 356 of file class.ilObjWiki.php.
Referenced by ilWikiFunctionsBlockGUI\getLegacyContent(), and ilObjWikiGUI\renderSideBlock().
Here is the caller graph for this function:
|
static |
Lookup whether rating side block is activated.
Definition at line 372 of file class.ilObjWiki.php.
|
static |
Lookup whether rating categories are activated.
Definition at line 364 of file class.ilObjWiki.php.
Referenced by ilObjWikiGUI\renderSideBlock().
Here is the caller graph for this function:
|
static |
Lookup whether rating is activated for whole object.
Definition at line 348 of file class.ilObjWiki.php.
Referenced by ilWikiPageGUI\addHeaderAction().
Here is the caller graph for this function:
|
static |
Definition at line 410 of file class.ilObjWiki.php.
Referenced by ilObjWikiGUI\getGotoLink(), ilWikiFunctionsBlockGUI\getLegacyContent(), and ilWikiPage\rename().
Here is the caller graph for this function:
|
static |
Search in Wiki.
Definition at line 431 of file class.ilObjWiki.php.
References $r, and ilObjectSearchFactory\_getWikiContentSearchInstance().
Referenced by ilObjWikiGUI\performSearchObject(), and ilWikiPageGUI\searchWikiLinkAC().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 324 of file class.ilObjWiki.php.
References $DIC, $ilDB, and $res.
Referenced by ilObjWikiGUI\saveObject(), and ilObjWikiGUI\saveSettingsObject().
Here is the caller graph for this function:| ilObjWiki::cloneObject | ( | int | $target_id, |
| int | $copy_id = 0, |
||
| bool | $omit_tree = false |
||
| ) |
Definition at line 488 of file class.ilObjWiki.php.
References ilAdvancedMDValues\_cloneValues(), ilCopyWizardOptions\_getInstance(), ilContainer\_lookupContainerSetting(), ilContainer\_writeContainerSetting(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, ilRatingCategory\getAllForObject(), ilWikiPage\getAllWikiPages(), ilObject\getId(), getIntroduction(), getOnline(), ilWikiPage\getPageIdForTitle(), getPageToc(), getPublicNotes(), getRating(), getRatingAsBlock(), getRatingCategories(), getRatingForNewPages(), getRatingOverall(), ilObject\getRefId(), getShortTitle(), getStartPage(), ILIAS\Repository\int(), and updateInternalLinksOnCopy().
Here is the call graph for this function:| ilObjWiki::create | ( | bool | $a_prevent_start_page_creation = false | ) |
Definition at line 198 of file class.ilObjWiki.php.
References ilObject\$db, $id, $ilDB, getEmptyPageTemplate(), ilObject\getId(), getIntroduction(), getOnline(), getPublicNotes(), getRating(), getShortTitle(), and getStartPage().
Here is the call graph for this function:| ilObjWiki::createWikiPage | ( | string | $a_page_title, |
| int | $a_template_page = 0 |
||
| ) |
Create new wiki page.
Definition at line 621 of file class.ilObjWiki.php.
References ilAdvancedMDValues\_cloneValues(), getEmptyPageTemplate(), ilObject\getId(), getRating(), getRatingForNewPages(), ilObject\getRefId(), ilWikiUtil\makeDbTitle(), and ilWikiPageTemplate\TYPE_NEW_PAGES.
Here is the call graph for this function:| ilObjWiki::decorateAdvMDValue | ( | string | $a_value | ) |
Decorate adv md value.
| string | $a_value | value |
Definition at line 734 of file class.ilObjWiki.php.
References $url, ilWikiPage\_wikiPageExists(), ilObjWikiGUI\getGotoLink(), ilObject\getId(), and ilObject\getRefId().
Here is the call graph for this function:| ilObjWiki::delete | ( | ) |
delete object and all related data
Definition at line 302 of file class.ilObjWiki.php.
References ilObject\$db, $ilDB, ilWikiPage\deleteAllPagesOfWiki(), ilObject\getId(), ilNotification\removeForObject(), and ilNotification\TYPE_WIKI.
Here is the call graph for this function:| ilObjWiki::deliverUserHTMLExport | ( | bool | $with_comments = false | ) |
|
static |
Implements ilAdvancedMetaDataSubItems.
Definition at line 668 of file class.ilObjWiki.php.
References $DIC, ilObject\$lng, ilLanguage\loadLanguageModule(), ilWikiPage\lookupTitle(), and ilLanguage\txt().
Here is the call graph for this function:| ilObjWiki::getEmptyPageTemplate | ( | ) |
Definition at line 183 of file class.ilObjWiki.php.
References $empty_page_templ.
Referenced by create(), createWikiPage(), getTemplateSelectionOnCreation(), and update().
Here is the caller graph for this function:| ilObjWiki::getIntroduction | ( | ) |
Definition at line 163 of file class.ilObjWiki.php.
References $introduction.
Referenced by cloneObject(), create(), and update().
Here is the caller graph for this function:| ilObjWiki::getLinkMetadataValues | ( | ) |
Definition at line 193 of file class.ilObjWiki.php.
References $link_md_values.
Referenced by update().
Here is the caller graph for this function:| ilObjWiki::getOnline | ( | ) |
Definition at line 71 of file class.ilObjWiki.php.
References $online.
Referenced by cloneObject(), create(), and update().
Here is the caller graph for this function:| ilObjWiki::getPageToc | ( | ) |
Definition at line 173 of file class.ilObjWiki.php.
References $page_toc.
Referenced by cloneObject(), and update().
Here is the caller graph for this function:| ilObjWiki::getPublicNotes | ( | ) |
Definition at line 133 of file class.ilObjWiki.php.
References $public_notes.
Referenced by cloneObject(), create(), isCommentsExportPossible(), and update().
Here is the caller graph for this function:| ilObjWiki::getRating | ( | ) |
Definition at line 93 of file class.ilObjWiki.php.
References $rating.
Referenced by cloneObject(), create(), createWikiPage(), and update().
Here is the caller graph for this function:| ilObjWiki::getRatingAsBlock | ( | ) |
Definition at line 103 of file class.ilObjWiki.php.
References $rating_block.
Referenced by cloneObject(), and update().
Here is the caller graph for this function:| ilObjWiki::getRatingCategories | ( | ) |
Definition at line 123 of file class.ilObjWiki.php.
References $rating_categories.
Referenced by cloneObject(), and update().
Here is the caller graph for this function:| ilObjWiki::getRatingForNewPages | ( | ) |
Definition at line 113 of file class.ilObjWiki.php.
References $rating_new_pages.
Referenced by cloneObject(), createWikiPage(), and update().
Here is the caller graph for this function:| ilObjWiki::getRatingOverall | ( | ) |
Definition at line 82 of file class.ilObjWiki.php.
References $rating_overall.
Referenced by cloneObject(), and update().
Here is the caller graph for this function:| ilObjWiki::getShortTitle | ( | ) |
Definition at line 153 of file class.ilObjWiki.php.
References $shorttitle.
Referenced by cloneObject(), create(), and update().
Here is the caller graph for this function:| ilObjWiki::getStartPage | ( | ) |
Definition at line 143 of file class.ilObjWiki.php.
References $startpage.
Referenced by cloneObject(), create(), and update().
Here is the caller graph for this function:| ilObjWiki::getTemplateSelectionOnCreation | ( | string | $lang = "-" | ) |
Get template selection on creation? If more than one template (including empty page template) is activated -> return true.
Definition at line 606 of file class.ilObjWiki.php.
References $lang, getEmptyPageTemplate(), ilObject\getId(), ILIAS\Repository\int(), and ilWikiPageTemplate\TYPE_NEW_PAGES.
Here is the call graph for this function:| ilObjWiki::getUserHTMLExportProgress | ( | bool | $with_comments = false | ) |
Get user html export progress.
Definition at line 708 of file class.ilObjWiki.php.
References ilObject\$db, $ilDB, and $user.
| ilObjWiki::initUserHTMLExport | ( | bool | $with_comments = false | ) |
| ilObjWiki::isCommentsExportPossible | ( | ) |
Is export possible.
Definition at line 747 of file class.ilObjWiki.php.
References $setting, ilSetting\get(), ilPrivacySettings\getInstance(), and getPublicNotes().
Here is the call graph for this function:| ilObjWiki::isImportantPage | ( | int | $a_page_id | ) |
| ilObjWiki::read | ( | ) |
Definition at line 271 of file class.ilObjWiki.php.
References ilObject\$db, $ilDB, ilObject\getId(), setEmptyPageTemplate(), setIntroduction(), setLinkMetadataValues(), setOnline(), setPageToc(), setPublicNotes(), setRating(), setRatingAsBlock(), setRatingCategories(), setRatingForNewPages(), setRatingOverall(), setShortTitle(), and setStartPage().
Here is the call graph for this function:| ilObjWiki::setEmptyPageTemplate | ( | bool | $a_val | ) |
Definition at line 178 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setIntroduction | ( | string | $a_introduction | ) |
Definition at line 158 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setLinkMetadataValues | ( | bool | $a_val | ) |
Definition at line 188 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setOnline | ( | bool | $a_online | ) |
Definition at line 66 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setPageToc | ( | bool | $a_val | ) |
Definition at line 168 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setPublicNotes | ( | bool | $a_val | ) |
Definition at line 128 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setRating | ( | bool | $a_rating | ) |
Definition at line 88 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setRatingAsBlock | ( | bool | $a_rating | ) |
Definition at line 98 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setRatingCategories | ( | bool | $a_rating | ) |
Definition at line 118 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setRatingForNewPages | ( | bool | $a_rating | ) |
Definition at line 108 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setRatingOverall | ( | bool | $a_rating | ) |
Definition at line 77 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setShortTitle | ( | string | $a_shorttitle | ) |
Definition at line 148 of file class.ilObjWiki.php.
Referenced by read().
Here is the caller graph for this function:| ilObjWiki::setStartPage | ( | string | $a_startpage | ) |
Definition at line 138 of file class.ilObjWiki.php.
References ilWikiUtil\makeDbTitle().
Referenced by read().
Here is the call graph for this function:
Here is the caller graph for this function:| ilObjWiki::startUserHTMLExport | ( | bool | $with_comments = false | ) |
| ilObjWiki::update | ( | bool | $a_prevent_start_page_creation = false | ) |
Definition at line 229 of file class.ilObjWiki.php.
References ilObject\$db, $ilDB, ilWikiPage\exists(), getEmptyPageTemplate(), ilObject\getId(), getIntroduction(), getLinkMetadataValues(), getOnline(), getPageToc(), getPublicNotes(), getRating(), getRatingAsBlock(), getRatingCategories(), getRatingForNewPages(), getRatingOverall(), ilObject\getRefId(), getShortTitle(), and getStartPage().
Here is the call graph for this function:
|
protected |
Definition at line 581 of file class.ilObjWiki.php.
References ilInternalLink\_getTargetsOfSource().
Referenced by cloneObject().
Here is the call graph for this function:
Here is the caller graph for this function:
|
static |
Definition at line 415 of file class.ilObjWiki.php.
References $DIC, $ilDB, and ilWikiUtil\makeDbTitle().
Referenced by ilWikiPage\rename().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 44 of file class.ilObjWiki.php.
|
protected |
Definition at line 27 of file class.ilObjWiki.php.
|
protected |
Definition at line 41 of file class.ilObjWiki.php.
Referenced by getEmptyPageTemplate().
|
protected |
Definition at line 30 of file class.ilObjWiki.php.
Referenced by getIntroduction().
|
protected |
Definition at line 42 of file class.ilObjWiki.php.
Referenced by getLinkMetadataValues().
|
protected |
Definition at line 26 of file class.ilObjWiki.php.
|
protected |
Definition at line 39 of file class.ilObjWiki.php.
Referenced by getOnline().
|
protected |
Definition at line 28 of file class.ilObjWiki.php.
Referenced by getPageToc().
|
protected |
Definition at line 40 of file class.ilObjWiki.php.
Referenced by getPublicNotes().
|
protected |
Definition at line 35 of file class.ilObjWiki.php.
Referenced by getRating().
|
protected |
Definition at line 36 of file class.ilObjWiki.php.
Referenced by getRatingAsBlock().
|
protected |
Definition at line 33 of file class.ilObjWiki.php.
Referenced by getRatingCategories().
|
protected |
Definition at line 34 of file class.ilObjWiki.php.
Referenced by getRatingForNewPages().
|
protected |
Definition at line 37 of file class.ilObjWiki.php.
Referenced by getRatingOverall().
|
protected |
Definition at line 43 of file class.ilObjWiki.php.
Referenced by isCommentsExportPossible().
|
protected |
Definition at line 31 of file class.ilObjWiki.php.
Referenced by getShortTitle().
|
protected |
Definition at line 32 of file class.ilObjWiki.php.
Referenced by getStartPage().
|
protected |
Definition at line 29 of file class.ilObjWiki.php.
|
protected |
Definition at line 38 of file class.ilObjWiki.php.
Referenced by deliverUserHTMLExport(), getUserHTMLExportProgress(), initUserHTMLExport(), and startUserHTMLExport().