ILIAS
release_8 Revision v8.19
|
Public Member Functions | |
__construct ( $a_data, int $a_id, bool $a_call_by_reference, bool $a_prepare_output=true) | |
executeCommand () | |
viewObject () | |
saveObject () | |
infoScreenObject () | |
this one is called from the info button in the repository More... | |
infoScreen () | |
gotoStartPageObject () | |
addPageTabs () | |
addPagesSubTabs () | |
setSettingsSubTabs (string $a_active) | |
editSettingsObject () | |
initSettingsForm (string $a_mode="edit") | |
getSettingsFormValues (string $a_mode="edit") | |
saveSettingsObject () | |
listContributorsObject () | |
saveGradingObject () | |
viewPageObject () | |
allPagesObject () | |
popularPagesObject () | |
orphanedPagesObject () | |
gotoPageObject (string $a_page="") | |
randomPageObject () | |
recentChangesObject () | |
setSideBlock (int $a_wpg_id=0) | |
newPagesObject () | |
getPrintView (bool $export=false) | |
printViewObject () | |
performSearchObject () | |
setContentStyleSheet () | |
editImportantPagesObject () | |
addImportantPageObject () | |
confirmRemoveImportantPagesObject () | |
removeImportantPagesObject () | |
saveOrderingAndIndentObject () | |
setAsStartPageObject () | |
getSubObjectTitle (int $a_id, string $a_type) | |
Used for rating export. More... | |
showTemplateSelectionObject () | |
initTemplateSelectionForm () | |
createPageUsingTemplateObject () | |
cancelCreationPageUsingTemplateObject () | |
initUserHTMLExportObject () | |
Export html (as user) More... | |
startUserHTMLExportObject () | |
Export html (as user) More... | |
getUserHTMLExportProgressObject () | |
Get user html export progress. More... | |
downloadUserHTMLExportObject () | |
downloadUserHTMLExportWithCommentsObject () | |
![]() | |
__construct ($data, int $id=0, bool $call_by_reference=true, bool $prepare_output=true) | |
getRefId () | |
setAdminMode (string $mode) | |
getAdminMode () | |
getObject () | |
executeCommand () | |
withReferences () | |
determines whether objects are referenced or not (got ref ids or not) More... | |
setCreationMode (bool $mode=true) | |
if true, a creation screen is displayed the current [ref_id] don't belong to the current class! The mode is determined in ilRepositoryGUI More... | |
getCreationMode () | |
prepareOutput (bool $show_sub_objects=true) | |
getAdminTabs () | |
administration tabs show only permissions and trash folder More... | |
getHTML () | |
confirmedDeleteObject () | |
confirmed deletion of object -> objects are moved to trash or deleted immediately, if trash is disabled More... | |
cancelDeleteObject () | |
cancel deletion of object More... | |
cancelObject () | |
cancel action and go back to previous page More... | |
createObject () | |
create new object form More... | |
cancelCreation () | |
cancel create action and go back to repository parent More... | |
saveObject () | |
getDidacticTemplateVar (string $type) | |
Get didactic template setting from creation screen. More... | |
putObjectInTree (ilObject $obj, int $parent_node_id=null) | |
Add object to tree at given position. More... | |
editObject () | |
addExternalEditFormCustom (ilPropertyFormGUI $form) | |
updateObject () | |
updates object entry in object_data More... | |
getFormAction (string $cmd, string $default_form_action="") | |
Get form action for command (command is method name without "Object", e.g. More... | |
isVisible (int $ref_id, string $type) | |
viewObject () | |
viewObject container presentation for "administration -> repository, trash, permissions" More... | |
deleteObject (bool $error=false) | |
Display deletion confirmation screen. More... | |
setColumnSettings (ilColumnGUI $column_gui) | |
redirectAfterCreation () | |
Redirect after creation, see https://docu.ilias.de/goto_docu_wiki_wpage_5035_1357.html Should be overwritten and redirect to settings screen. More... | |
addToDeskObject () | |
removeFromDeskObject () | |
![]() | |
callCreationCallback (\ilObject $object, \ilObjectDefinition $obj_definition, int $requested_crtcb) | |
Static Public Member Functions | |
static | _goto (string $a_target) |
static | getGotoLink (int $a_ref_id, string $a_page="") |
static | renderSideBlock (int $a_wpg_id, int $a_wiki_ref_id, ?ilWikiPage $a_wp=null) |
static | lookupSubObjectTitle (int $a_wiki_id, string $a_page_id) |
Get title for wiki page (used in ilNotesGUI) More... | |
![]() | |
static | _gotoRepositoryRoot (bool $raise_error=false) |
Goto repository root. More... | |
static | _gotoRepositoryNode (int $ref_id, string $cmd="") |
static | _gotoSharedWorkspaceNode (int $wsp_id) |
Protected Member Functions | |
initCreationForms (string $new_type) | |
afterSave (ilObject $new_object) | |
getTabs () | |
addLocatorItems () | |
getPrintPageIds () | |
checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
triggerAssignmentTool () | |
getAssignmentButtons () | |
Get assignment buttons. More... | |
![]() | |
getObjectService () | |
assignObject () | |
setTitleAndDescription () | |
initHeaderAction (?string $sub_type=null, ?int $sub_id=null) | |
Add header action menu. More... | |
insertHeaderAction (?ilObjectListGUI $list_gui=null) | |
Insert header action into main template. More... | |
addHeaderAction () | |
Add header action menu. More... | |
redrawHeaderActionObject () | |
Ajax call: redraw action header only. More... | |
setTabs () | |
set admin tabs More... | |
setAdminTabs () | |
set admin tabs More... | |
setLocator () | |
addLocatorItems () | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
omitLocator (bool $omit=true) | |
addAdminLocatorItems (bool $do_not_add_object=false) | |
should be overwritten to add object specific items (repository items are preloaded) More... | |
initCreationForms (string $new_type) | |
Init creation forms. More... | |
getCreationFormsHTML (array $forms) | |
Get HTML for creation forms (accordion) More... | |
initCreateForm (string $new_type) | |
initDidacticTemplate (ilPropertyFormGUI $form) | |
addDidacticTemplateOptions (array &$a_options) | |
Add custom templates. More... | |
afterSave (ilObject $new_object) | |
Post (successful) object creation hook. More... | |
initEditForm () | |
initEditCustomForm (ilPropertyFormGUI $a_form) | |
Add custom fields to update form. More... | |
getEditFormValues () | |
getEditFormCustomValues (array &$a_values) | |
Add values to custom edit fields. More... | |
validateCustom (ilPropertyFormGUI $form) | |
Validate custom values (if not possible with checkInput()) More... | |
updateCustom (ilPropertyFormGUI $form) | |
Insert custom update form values into object. More... | |
afterUpdate () | |
Post (successful) object update hook. More... | |
initImportForm (string $new_type) | |
importFileObject (int $parent_id=null) | |
afterImport (ilObject $new_object) | |
Post (successful) object import hook. More... | |
setFormAction (string $cmd, string $form_action) | |
getReturnLocation (string $cmd, string $default_location="") | |
Get return location for command (command is method name without "Object", e.g. More... | |
setReturnLocation (string $cmd, string $location) | |
set specific return location for command More... | |
getTargetFrame (string $cmd, string $default_target_frame="") | |
get target frame for command (command is method name without "Object", e.g. More... | |
setTargetFrame (string $cmd, string $target_frame) | |
Set specific target frame for command. More... | |
showPossibleSubObjects () | |
show possible sub objects (pull down menu) More... | |
getTabs () | |
overwrite in derived GUI class of your object type More... | |
redirectToRefId (int $ref_id, string $cmd="") | |
redirects to (repository) view per ref id usually to a container and usually used at the end of a save/import method where the object gui type (of the new object) doesn't match with the type of the current ["ref_id"] value of the request More... | |
fillCloneTemplate (?string $tpl_name, string $type) | |
Fill object clone template This method can be called from any object GUI class that wants to offer object cloning. More... | |
getCenterColumnHTML () | |
Get center column. More... | |
getRightColumnHTML () | |
Display right column. More... | |
checkPermission (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
checkPermissionBool (string $perm, string $cmd="", string $type="", ?int $ref_id=null) | |
enableDragDropFileUpload () | |
Enables the file upload into this object by dropping files. More... | |
showCustomIconsEditing ( $input_colspan=1, ilPropertyFormGUI $form=null, $as_section=true) | |
show edit section of custom icons for container More... | |
Additional Inherited Members | |
![]() | |
const | ALLOWED_TAGS_IN_TITLE_AND_DESCRIPTION |
const | ADMIN_MODE_NONE = "" |
const | ADMIN_MODE_SETTINGS = "settings" |
const | ADMIN_MODE_REPOSITORY = "repository" |
const | UPLOAD_TYPE_LOCAL = 1 |
const | UPLOAD_TYPE_UPLOAD_DIRECTORY = 2 |
const | CFORM_NEW = 1 |
const | CFORM_IMPORT = 2 |
const | CFORM_CLONE = 3 |
ilObjWikiGUI: ilPermissionGUI, ilInfoScreenGUI, ilWikiPageGUI ilObjWikiGUI: ilRepositoryGUI, ilAdministrationGUI ilObjWikiGUI: ilPublicUserProfileGUI, ilObjectContentStyleSettingsGUI ilObjWikiGUI: ilExportGUI, ilCommonActionDispatcherGUI ilObjWikiGUI: ilRatingGUI, ilWikiPageTemplateGUI, ilWikiStatGUI ilObjWikiGUI: ilObjectMetaDataGUI ilObjWikiGUI: ilSettingsPermissionGUI ilObjWikiGUI: ilRepositoryObjectSearchGUI, ilObjectCopyGUI, ilObjNotificationSettingsGUI ilObjWikiGUI: ilLTIProviderObjectSettingGUI
Definition at line 36 of file class.ilObjWikiGUI.php.
ilObjWikiGUI::__construct | ( | $a_data, | |
int | $a_id, | ||
bool | $a_call_by_reference, | ||
bool | $a_prepare_output = true |
||
) |
Definition at line 51 of file class.ilObjWikiGUI.php.
References $DIC, ilObjectGUI\$lng, ILIAS\GlobalScreen\Provider\__construct(), ILIAS\Repository\ctrl(), ilLoggerFactory\getLogger(), ILIAS\Repository\help(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\locator(), ilWikiUtil\makeUrlTitle(), ILIAS\Repository\object(), ILIAS\Repository\tabs(), and ILIAS\Repository\ui().
|
static |
Definition at line 1042 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $DIC, $i, ilObjectGUI\$lng, ilObjectGUI\$ref_id, ilObject\_getAllReferences(), ilObjectGUI\_gotoRepositoryNode(), ilObjectGUI\_gotoRepositoryRoot(), ilObject\_lookupObjId(), ilObject\_lookupTitle(), ILIAS\Repository\int(), ilWikiPage\lookupTitle(), ilWikiPage\lookupWikiId(), ilWikiUtil\makeUrlTitle(), ilCtrl\redirectByClass(), ROOT_FOLDER_ID, ilCtrl\setParameterByClass(), and ilLanguage\txt().
ilObjWikiGUI::addImportantPageObject | ( | ) |
Definition at line 1563 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), and ilLanguage\txt().
|
protected |
Definition at line 1028 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$locator, ilLocatorGUI\addItem(), and ILIAS\Repository\object().
ilObjWikiGUI::addPagesSubTabs | ( | ) |
Definition at line 495 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $tabs, ILIAS\Repository\ctrl(), ilWikiPage\getPageIdForTitle(), ilWikiUtil\makeDbTitle(), ilWikiUtil\makeUrlTitle(), ILIAS\Repository\object(), and ilCtrl\setParameter().
Referenced by allPagesObject(), newPagesObject(), orphanedPagesObject(), popularPagesObject(), and recentChangesObject().
ilObjWikiGUI::addPageTabs | ( | ) |
Definition at line 466 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $tabs, ILIAS\Repository\ctrl(), ilWikiPage\getPageIdForTitle(), ilWikiUtil\makeDbTitle(), ilWikiUtil\makeUrlTitle(), ILIAS\Repository\object(), and ilCtrl\setParameter().
|
protected |
Definition at line 353 of file class.ilObjWikiGUI.php.
References $ilSetting, ilObjectGUI\$settings, ilObject\getRefId(), ILIAS\Repository\lng(), ilUtil\redirect(), ilObject\setDescription(), ilObject\setTitle(), and ilObject\update().
ilObjWikiGUI::allPagesObject | ( | ) |
Definition at line 1186 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_ALL_PAGES, ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and setSideBlock().
ilObjWikiGUI::cancelCreationPageUsingTemplateObject | ( | ) |
Definition at line 1780 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilWikiUtil\makeUrlTitle(), and ilCtrl\setParameterByClass().
|
protected |
Definition at line 1793 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ref_id, ilObjectGUI\$type, and ilWikiPerm\check().
Referenced by saveObject().
ilObjWikiGUI::confirmRemoveImportantPagesObject | ( | ) |
Definition at line 1578 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $i, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilWikiPage\lookupTitle(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilObjWikiGUI::createPageUsingTemplateObject | ( | ) |
Definition at line 1754 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\$tpl, initTemplateSelectionForm(), ilWikiUtil\makeUrlTitle(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilObjWikiGUI::downloadUserHTMLExportObject | ( | ) |
Definition at line 1850 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission().
ilObjWikiGUI::downloadUserHTMLExportWithCommentsObject | ( | ) |
Definition at line 1857 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission().
ilObjWikiGUI::editImportantPagesObject | ( | ) |
Definition at line 1519 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $i, ilObjectGUI\$lng, $tabs, ilObjectGUI\$toolbar, ilObjectGUI\$tpl, ilObjWiki\_lookupImportantPagesList(), ilObjectGUI\checkPermission(), ilWikiPage\getAllWikiPages(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), setSettingsSubTabs(), ilStr\shortenTextExtended(), and ilLanguage\txt().
ilObjWikiGUI::editSettingsObject | ( | ) |
Definition at line 719 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), getSettingsFormValues(), initSettingsForm(), ilGlobalTemplateInterface\setContent(), setSettingsSubTabs(), and setSideBlock().
ilObjWikiGUI::executeCommand | ( | ) |
Definition at line 99 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$access, ilObjectGUI\$ctrl, $GLOBALS, $tabs, ilObjectGUI\$tpl, ilObjectGUI\addHeaderAction(), ilObjectGUI\checkPermission(), ILIAS\Repository\ctrl(), ilWikiPageGUI\getGUIForTitle(), ilCommonActionDispatcherGUI\getInstanceFromAjaxCall(), infoScreen(), ILIAS\Repository\lng(), ilWikiUtil\makeDbTitle(), ILIAS\Repository\object(), ilObjectGUI\prepareOutput(), ILIAS\Repository\rbac(), ilGlobalTemplateInterface\setContent(), setContentStyleSheet(), ilLTIProviderObjectSettingGUI\setCustomRolesForSelection(), setSettingsSubTabs(), setSideBlock(), and triggerAssignmentTool().
|
protected |
Get assignment buttons.
Definition at line 1889 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $i, ilObjectGUI\$lng, $ui, ilExAssignment\afterDeadlineStrict(), ilExcRepoObjAssignment\getInstance(), ilExSubmission\getSelectedObject(), ILIAS\Repository\object(), ilLanguage\txt(), and ILIAS\Repository\user().
Referenced by triggerAssignmentTool().
|
static |
Definition at line 1111 of file class.ilObjWikiGUI.php.
References ilObject\_lookupObjId(), ilObjWiki\_lookupStartPage(), and ilWikiUtil\makeUrlTitle().
Referenced by ilObjWiki\decorateAdvMDValue(), ilWikiPagesTableGUI\fillRow(), ilObjWikiSubItemListGUI\getHTML(), ilWikiImportantPagesBlockGUI\getLegacyContent(), and gotoPageObject().
|
protected |
Definition at line 1427 of file class.ilObjWikiGUI.php.
Referenced by getPrintView().
ilObjWikiGUI::getPrintView | ( | bool | $export = false | ) |
Definition at line 1444 of file class.ilObjWikiGUI.php.
References $provider, ILIAS\Repository\ctrl(), getPrintPageIds(), ILIAS\FileDelivery\http(), ILIAS\Repository\lng(), ILIAS\Repository\object(), and ILIAS\Repository\ui().
Referenced by printViewObject().
ilObjWikiGUI::getSettingsFormValues | ( | string | $a_mode = "edit" | ) |
Definition at line 880 of file class.ilObjWikiGUI.php.
References ilWikiPage\_getPageIdForWikiTitle(), ilObjectFactory\getInstanceByRefId(), and ILIAS\Repository\object().
Referenced by editSettingsObject(), and initCreationForms().
ilObjWikiGUI::getSubObjectTitle | ( | int | $a_id, |
string | $a_type | ||
) |
Used for rating export.
Definition at line 1688 of file class.ilObjWikiGUI.php.
References ilWikiPage\lookupTitle().
|
protected |
Definition at line 538 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$access, ilObjectGUI\$ctrl, $help, ilObjectGUI\$lng, ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ilWikiUtil\makeDbTitle(), ilHelpGUI\setScreenIdComponent(), and ilLanguage\txt().
ilObjWikiGUI::getUserHTMLExportProgressObject | ( | ) |
Get user html export progress.
Definition at line 1833 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission(), exit, and ilProgressBar\getInstance().
ilObjWikiGUI::gotoPageObject | ( | string | $a_page = "" | ) |
string | $a_page | page title |
Definition at line 1252 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $requested_page, ilWikiPage\_wikiPageExists(), ILIAS\Repository\access(), getGotoLink(), ILIAS\Repository\lng(), ilWikiUtil\makeDbTitle(), ilWikiUtil\makeUrlTitle(), ILIAS\Repository\object(), ilUtil\redirect(), and ilStr\strLen().
Referenced by randomPageObject().
ilObjWikiGUI::gotoStartPageObject | ( | ) |
Definition at line 461 of file class.ilObjWikiGUI.php.
References ILIAS\Repository\object(), and ilUtil\redirect().
Referenced by viewObject().
ilObjWikiGUI::infoScreen | ( | ) |
Definition at line 396 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$access, $ilUser, ilObjectGUI\$lng, $tabs, ilObjectGUI\$user, ilLPMarks\_lookupComment(), ilLPMarks\_lookupMark(), ilWikiContributor\_lookupStatus(), ILIAS\Repository\ctrl(), ILIAS\Repository\lng(), ILIAS\Repository\object(), ilWikiContributor\STATUS_FAILED, ilWikiContributor\STATUS_NOT_GRADED, ilWikiContributor\STATUS_PASSED, and ilLanguage\txt().
Referenced by executeCommand(), and infoScreenObject().
ilObjWikiGUI::infoScreenObject | ( | ) |
this one is called from the info button in the repository
ilObjectException | |
ilPermissionException |
Definition at line 388 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission(), ILIAS\Repository\ctrl(), and infoScreen().
|
protected |
Definition at line 317 of file class.ilObjWikiGUI.php.
References ilObjectGUI\fillCloneTemplate(), getSettingsFormValues(), ilObjectGUI\initImportForm(), and initSettingsForm().
ilObjWikiGUI::initSettingsForm | ( | string | $a_mode = "edit" | ) |
Definition at line 738 of file class.ilObjWikiGUI.php.
References $comments, ilObjectGUI\$ctrl, $form_gui, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$object_service, ilObjectGUI\$settings, $tabs, ilAdvancedMDRecord\_getSelectedRecordsByObject(), ilSubEnabledFormPropertyGUI\addSubItem(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, ilWikiPage\getAllWikiPages(), ilUtil\getImagePath(), ilObjectServiceSettingsGUI\initServiceSettingsForm(), ILIAS\Repository\lng(), ilLanguage\loadLanguageModule(), ILIAS\Repository\object(), ilTextAreaInputGUI\setCols(), ilFormPropertyGUI\setInfo(), ilStr\shortenTextExtended(), and ilLanguage\txt().
Referenced by editSettingsObject(), initCreationForms(), saveObject(), and saveSettingsObject().
ilObjWikiGUI::initTemplateSelectionForm | ( | ) |
Definition at line 1714 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, $requested_page, ilWikiPageTemplate\getAllInfo(), ILIAS\Repository\object(), ilFormPropertyGUI\setRequired(), ilLanguage\txt(), and ilWikiPageTemplate\TYPE_NEW_PAGES.
Referenced by createPageUsingTemplateObject(), and showTemplateSelectionObject().
ilObjWikiGUI::initUserHTMLExportObject | ( | ) |
Export html (as user)
Definition at line 1813 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission().
ilObjWikiGUI::listContributorsObject | ( | ) |
Definition at line 970 of file class.ilObjWikiGUI.php.
References $tabs, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and setSideBlock().
|
static |
Get title for wiki page (used in ilNotesGUI)
Definition at line 1674 of file class.ilObjWikiGUI.php.
ilObjWikiGUI::newPagesObject | ( | ) |
Definition at line 1408 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_NEW_PAGES, ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and setSideBlock().
ilObjWikiGUI::orphanedPagesObject | ( | ) |
ilObjectException |
Definition at line 1230 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_ORPHANED_PAGES, ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and setSideBlock().
ilObjWikiGUI::performSearchObject | ( | ) |
Definition at line 1470 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ilObjectGUI\$tpl, ilObjWiki\_performSearch(), ilObjectGUI\checkPermission(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), setSideBlock(), and ilLanguage\txt().
ilObjWikiGUI::popularPagesObject | ( | ) |
ilObjectException |
Definition at line 1208 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), IL_WIKI_POPULAR_PAGES, ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and setSideBlock().
ilObjWikiGUI::printViewObject | ( | ) |
Definition at line 1464 of file class.ilObjWikiGUI.php.
References getPrintView().
ilObjWikiGUI::randomPageObject | ( | ) |
Definition at line 1304 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission(), ilWikiPage\getRandomPage(), gotoPageObject(), and ILIAS\Repository\object().
ilObjWikiGUI::recentChangesObject | ( | ) |
Definition at line 1312 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, addPagesSubTabs(), ilObjectGUI\checkPermission(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), and setSideBlock().
ilObjWikiGUI::removeImportantPagesObject | ( | ) |
Definition at line 1603 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $i, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), and ilLanguage\txt().
|
static |
Definition at line 1335 of file class.ilObjWikiGUI.php.
References $DIC, ilObjectGUI\$lng, ilObjectGUI\$tpl, ilObject\_lookupObjId(), ilObjWiki\_lookupRating(), ilObjWiki\_lookupRatingCategories(), ilGlobalTemplateInterface\addJavaScript(), ilGlobalTemplateInterface\addOnLoadCode(), ilRepositoryObjectSearchGUI\getSearchBlockHTML(), ilWikiPage\lookupAdvancedMetadataHidden(), ilGlobalTemplateInterface\setRightContent(), and ilLanguage\txt().
Referenced by ilWikiPageGUI\setSideBlock().
ilObjWikiGUI::saveGradingObject | ( | ) |
Definition at line 989 of file class.ilObjWikiGUI.php.
References $comments, ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilWikiContributor\_lookupStatus(), ilWikiContributor\_writeStatus(), ilObjectGUI\checkPermission(), ilLPMarks\getComment(), ILIAS\Repository\int(), ILIAS\Repository\object(), ilUtil\stripSlashes(), and ilLanguage\txt().
ilObjWikiGUI::saveObject | ( | ) |
Definition at line 329 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$lng, ilObjectGUI\$tpl, checkPermissionBool(), ilObjWiki\checkShortTitleAvailability(), initSettingsForm(), ILIAS\Repository\lng(), ilGlobalTemplateInterface\setContent(), and ilLanguage\txt().
ilObjWikiGUI::saveOrderingAndIndentObject | ( | ) |
Definition at line 1618 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, ilObjectGUI\checkPermission(), and ilLanguage\txt().
ilObjWikiGUI::saveSettingsObject | ( | ) |
Definition at line 910 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $form_gui, $ilSetting, ilObjectGUI\$lng, ilObjectGUI\$object_service, ilObjectGUI\$settings, ilObjectGUI\checkPermission(), ilObjWiki\checkShortTitleAvailability(), ilObjectServiceSettingsGUI\CUSTOM_METADATA, initSettingsForm(), ILIAS\Repository\lng(), ilWikiPage\lookupTitle(), ILIAS\Repository\object(), ilLanguage\txt(), and ilObjectServiceSettingsGUI\updateServiceSettingsForm().
ilObjWikiGUI::setAsStartPageObject | ( | ) |
Definition at line 1632 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, $format, ilObjectGUI\$lng, ilObjectGUI\$object, ilObjectGUI\checkPermission(), ILIAS\Repository\lng(), ilWikiPage\lookupTitle(), and ilLanguage\txt().
ilObjWikiGUI::setContentStyleSheet | ( | ) |
Definition at line 1502 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$tpl, ilGlobalTemplateInterface\addCss(), ilObjStyleSheet\getSyntaxStylePath(), and ILIAS\Repository\object().
Referenced by executeCommand(), and viewPageObject().
ilObjWikiGUI::setSettingsSubTabs | ( | string | $a_active | ) |
Definition at line 637 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$access, ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ILIAS\Repository\ctrl(), ilLanguage\loadLanguageModule(), ILIAS\Repository\object(), and ilLanguage\txt().
Referenced by editImportantPagesObject(), editSettingsObject(), and executeCommand().
ilObjWikiGUI::setSideBlock | ( | int | $a_wpg_id = 0 | ) |
Definition at line 1330 of file class.ilObjWikiGUI.php.
References ILIAS\Repository\object().
Referenced by allPagesObject(), editSettingsObject(), executeCommand(), listContributorsObject(), newPagesObject(), orphanedPagesObject(), performSearchObject(), popularPagesObject(), and recentChangesObject().
ilObjWikiGUI::showTemplateSelectionObject | ( | ) |
Definition at line 1695 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$ctrl, ilObjectGUI\$lng, $tabs, ilObjectGUI\$tpl, initTemplateSelectionForm(), ilWikiUtil\makeUrlTitle(), ilGlobalTemplateInterface\setContent(), ilCtrl\setParameterByClass(), and ilLanguage\txt().
ilObjWikiGUI::startUserHTMLExportObject | ( | ) |
Export html (as user)
Definition at line 1823 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission().
|
protected |
Definition at line 1864 of file class.ilObjWikiGUI.php.
References $i, ilExerciseGSToolProvider\EXC_ASS_BUTTONS, ilExerciseGSToolProvider\EXC_ASS_IDS, getAssignmentButtons(), ilExcRepoObjAssignment\getInstance(), ILIAS\Repository\object(), ilExerciseGSToolProvider\SHOW_EXC_ASSIGNMENT_INFO, and ILIAS\Repository\user().
Referenced by executeCommand().
ilObjWikiGUI::viewObject | ( | ) |
Definition at line 311 of file class.ilObjWikiGUI.php.
References ilObjectGUI\checkPermission(), and gotoStartPageObject().
ilObjWikiGUI::viewPageObject | ( | ) |
Definition at line 1125 of file class.ilObjWikiGUI.php.
References ilObjectGUI\$access, ilObjectGUI\$ctrl, ilObjectGUI\$html, ilObjectGUI\$lng, $tabs, ilObjectGUI\$tpl, ilObjectGUI\checkPermission(), ilWikiPage\exists(), ilWikiPageGUI\getGUIForTitle(), ilWikiUtil\makeDbTitle(), ilWikiUtil\makeUrlTitle(), ILIAS\Repository\object(), ilGlobalTemplateInterface\setContent(), setContentStyleSheet(), ilGlobalTemplateInterface\setHeaderActionMenu(), and ilLanguage\txt().
Definition at line 49 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 48 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 47 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 40 of file class.ilObjWikiGUI.php.
Referenced by initSettingsForm(), and saveSettingsObject().
|
protected |
Definition at line 42 of file class.ilObjWikiGUI.php.
Referenced by getTabs().
|
protected |
Definition at line 38 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 43 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 46 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 39 of file class.ilObjWikiGUI.php.
Referenced by gotoPageObject(), and initTemplateSelectionForm().
|
protected |
Definition at line 41 of file class.ilObjWikiGUI.php.
Referenced by addPagesSubTabs(), addPageTabs(), editImportantPagesObject(), executeCommand(), infoScreen(), initSettingsForm(), listContributorsObject(), performSearchObject(), setSettingsSubTabs(), showTemplateSelectionObject(), and viewPageObject().
|
protected |
Definition at line 44 of file class.ilObjWikiGUI.php.
|
protected |
Definition at line 45 of file class.ilObjWikiGUI.php.
Referenced by getAssignmentButtons().