|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilPageConfig:
Collaboration diagram for ilPageConfig:Data Fields | |
| const | SEC_PROTECT_NONE = 0 |
| const | SEC_PROTECT_EDITABLE = 1 |
| const | SEC_PROTECT_PROTECTED = 2 |
Protected Member Functions | |
| loadPCDefs () | |
| loadParentKey () | |
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 Config class for page editing
Definition at line 24 of file class.ilPageConfig.php.
|
final |
Definition at line 73 of file class.ilPageConfig.php.
References $DIC, init(), ILIAS\Repository\lng(), loadParentKey(), and loadPCDefs().
Here is the call graph for this function:| ilPageConfig::addIntLinkFilter | ( | string | $a_val | ) |
Add internal links filter.
| string | internal links filter |
Definition at line 210 of file class.ilPageConfig.php.
References $lng, ilLanguage\getLangKey(), and setLocalizationLanguage().
Referenced by ilPortfolioTemplatePageConfig\init(), ilWikiPageConfig\init(), and ilPortfolioPageConfig\init().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageConfig::getDisableDefaultQuestionFeedback | ( | ) |
Definition at line 387 of file class.ilPageConfig.php.
References $disable_default_qfeedback.
| ilPageConfig::getEditLockSupport | ( | ) |
| ilPageConfig::getEnableActivation | ( | ) |
| ilPageConfig::getEnableAnchors | ( | ) |
| ilPageConfig::getEnabledTopPCTypes | ( | ) |
Definition at line 140 of file class.ilPageConfig.php.
References getEnablePCType().
Here is the call graph for this function:| ilPageConfig::getEnableInternalLinks | ( | ) |
Definition at line 176 of file class.ilPageConfig.php.
References $enabledinternallinks.
Referenced by getEnableUserLinks().
Here is the caller graph for this function:| ilPageConfig::getEnableKeywords | ( | ) |
| ilPageConfig::getEnablePageToc | ( | ) |
| ilPageConfig::getEnablePCType | ( | string | $a_pc_type | ) |
Definition at line 135 of file class.ilPageConfig.php.
Referenced by getEnabledTopPCTypes().
Here is the caller graph for this function:| ilPageConfig::getEnablePermissionChecks | ( | ) |
Definition at line 445 of file class.ilPageConfig.php.
References $enable_permission_checks.
| ilPageConfig::getEnableScheduledActivation | ( | ) |
| ilPageConfig::getEnableSelfAssessment | ( | ) |
| ilPageConfig::getEnableSelfAssessmentScorm | ( | ) |
Is self assessment used in SCORM mode?
Definition at line 374 of file class.ilPageConfig.php.
References $enabledselfassessment_scorm.
| ilPageConfig::getEnableUserLinks | ( | ) |
Definition at line 181 of file class.ilPageConfig.php.
References getEnableInternalLinks(), and getIntLinkFilterWhiteList().
Here is the call graph for this function:| ilPageConfig::getEnableWikiLinks | ( | ) |
| ilPageConfig::getIntLinkFilters | ( | ) |
| ilPageConfig::getIntLinkFilterWhiteList | ( | ) |
Definition at line 243 of file class.ilPageConfig.php.
References $link_filter_white_list.
Referenced by getEnableUserLinks().
Here is the caller graph for this function:| ilPageConfig::getIntLinkHelpDefaultId | ( | ) |
| ilPageConfig::getIntLinkHelpDefaultIdIsRef | ( | ) |
Definition at line 308 of file class.ilPageConfig.php.
References $int_link_def_id_is_ref.
| ilPageConfig::getIntLinkHelpDefaultType | ( | ) |
| ilPageConfig::getLayoutTemplateType | ( | ) |
Definition at line 125 of file class.ilPageConfig.php.
References $layout_template_type.
Referenced by loadParentKey().
Here is the caller graph for this function:| ilPageConfig::getLocalizationLanguage | ( | ) |
| ilPageConfig::getMultiLangSupport | ( | ) |
| ilPageConfig::getPreventHTMLUnmasking | ( | ) |
Definition at line 352 of file class.ilPageConfig.php.
| ilPageConfig::getPreventRteUsage | ( | ) |
| ilPageConfig::getQuestionHTML | ( | ) |
| ilPageConfig::getSectionProtection | ( | ) |
| ilPageConfig::getSectionProtectionInfo | ( | ) |
Definition at line 491 of file class.ilPageConfig.php.
References $section_protection_info.
| ilPageConfig::getSinglePageMode | ( | ) |
| ilPageConfig::getUseAttachedContent | ( | ) |
| ilPageConfig::getUsePageContainer | ( | ) |
| ilPageConfig::getUseStoredQuestionTries | ( | ) |
| ilPageConfig::init | ( | ) |
Definition at line 116 of file class.ilPageConfig.php.
Referenced by __construct(), and loadParentKey().
Here is the caller graph for this function:
|
protected |
Definition at line 99 of file class.ilPageConfig.php.
References ilPageLayout\activeLayouts(), getLayoutTemplateType(), init(), and setEnablePCType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 90 of file class.ilPageConfig.php.
References setEnablePCType().
Referenced by __construct().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageConfig::removeIntLinkFilter | ( | string | $a_val | ) |
Definition at line 218 of file class.ilPageConfig.php.
Referenced by ilPortfolioTemplatePageConfig\init(), ilLMPageConfig\init(), and ilPortfolioPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setDisableDefaultQuestionFeedback | ( | bool | $a_val | ) |
Set disable default question feedback.
Definition at line 382 of file class.ilPageConfig.php.
Referenced by ilLMPageConfig\configureByObjectId().
Here is the caller graph for this function:| ilPageConfig::setEditLockSupport | ( | bool | $a_val | ) |
| $a_val | bool set edit lock support for pages |
Definition at line 453 of file class.ilPageConfig.php.
Referenced by ilPortfolioPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnableActivation | ( | bool | $a_val | ) |
Set enabled page activation.
Definition at line 316 of file class.ilPageConfig.php.
Referenced by ilDclDetailedViewDefinitionConfig\init(), ilLMPageConfig\init(), ilBlogPostingConfig\init(), and ilImprintConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnableAnchors | ( | bool | $a_val | ) |
Definition at line 161 of file class.ilPageConfig.php.
Referenced by ilContentPagePageConfig\init(), ilWikiPageConfig\init(), and ilLMPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnableInternalLinks | ( | bool | $a_enabledinternallinks | ) |
Definition at line 171 of file class.ilPageConfig.php.
Referenced by ilLoginPageConfig\init(), ilLogoutPageConfig\init(), ilForumPageConfig\init(), ilContentPagePageConfig\init(), ilGlossaryDefPageConfig\init(), ilDclDetailedViewDefinitionConfig\init(), ilWikiPageConfig\init(), ilLMPageConfig\init(), ilMediaPoolPageConfig\init(), ilBlogPostingConfig\init(), ilPageLayoutPageConfig\init(), ilImprintConfig\init(), ilPortfolioPageConfig\init(), ilContainerPageConfig\init(), ilLOPageConfig\init(), ilContainerStartObjectsPageConfig\init(), and ilAssQuestionPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnableKeywords | ( | bool | $a_val | ) |
Definition at line 151 of file class.ilPageConfig.php.
Referenced by ilGlossaryDefPageConfig\init(), and ilLMPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnablePageToc | ( | bool | $a_val | ) |
Definition at line 336 of file class.ilPageConfig.php.
Referenced by ilWikiPageConfig\configureByObjectId().
Here is the caller graph for this function:| ilPageConfig::setEnablePCType | ( | string | $a_pc_type, |
| bool | $a_val | ||
| ) |
Definition at line 130 of file class.ilPageConfig.php.
Referenced by ilPRGPageObjectGUI\getPageConfig(), ilLearningSequencePageObjectGUI\getPageConfig(), ilLogoutPageConfig\init(), ilLoginPageConfig\init(), ilForumPageConfig\init(), ilContentPagePageConfig\init(), ilPortfolioTemplatePageConfig\init(), ilWikiPageConfig\init(), ilLMPageConfig\init(), ilBlogPostingConfig\init(), ilPageLayoutPageConfig\init(), ilPortfolioPageConfig\init(), ilContainerPageConfig\init(), ilContainerStartObjectsPageConfig\init(), ilLOPageConfig\init(), ilAssQuestionPageConfig\init(), loadParentKey(), loadPCDefs(), and setEnableSelfAssessment().
Here is the caller graph for this function:| ilPageConfig::setEnablePermissionChecks | ( | bool | $a_val | ) |
Definition at line 440 of file class.ilPageConfig.php.
Referenced by ilContentPagePageConfig\init(), ilForumPageConfig\init(), and ilContainerPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnableScheduledActivation | ( | bool | $a_val | ) |
Definition at line 326 of file class.ilPageConfig.php.
Referenced by ilLMPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setEnableSelfAssessment | ( | bool | $a_enabledselfassessment, |
| bool | $a_scorm = true |
||
| ) |
Definition at line 357 of file class.ilPageConfig.php.
References setEnablePCType().
Referenced by ilLMPageConfig\configureByObjectId(), and ilLMPageConfig\init().
Here is the call graph for this function:
Here is the caller graph for this function:| ilPageConfig::setEnableWikiLinks | ( | bool | $a_enablewikilinks | ) |
Definition at line 196 of file class.ilPageConfig.php.
Referenced by ilDclDetailedViewDefinitionConfig\init(), ilWikiPageConfig\init(), and ilImprintConfig\init().
Here is the caller graph for this function:| ilPageConfig::setIntLinkFilterWhiteList | ( | bool | $a_white_list | ) |
Set internal links filter type list to white list.
Definition at line 235 of file class.ilPageConfig.php.
Referenced by ilWikiPageConfig\init(), and ilPortfolioPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setIntLinkHelpDefaultId | ( | int | $a_val, |
| bool | $a_is_ref = true |
||
| ) |
Set internal link default id.
| int | $a_val | default object id |
Definition at line 295 of file class.ilPageConfig.php.
Referenced by ilGlossaryDefPageConfig\init(), ilPortfolioTemplatePageConfig\init(), ilLMPageConfig\init(), and ilPortfolioPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setIntLinkHelpDefaultType | ( | string | $a_val | ) |
Definition at line 281 of file class.ilPageConfig.php.
Referenced by ilContentPagePageConfig\init(), ilForumPageConfig\init(), ilPortfolioTemplatePageConfig\init(), ilGlossaryDefPageConfig\init(), ilWikiPageConfig\init(), ilLMPageConfig\init(), ilPortfolioPageConfig\init(), ilContainerPageConfig\init(), ilLOPageConfig\init(), and ilContainerStartObjectsPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setLayoutTemplateType | ( | int | $type | ) |
Definition at line 120 of file class.ilPageConfig.php.
Referenced by ilLMPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setLocalizationLanguage | ( | string | $a_val | ) |
| string | $a_val | lang key |
Definition at line 261 of file class.ilPageConfig.php.
Referenced by addIntLinkFilter().
Here is the caller graph for this function:| ilPageConfig::setMultiLangSupport | ( | bool | $a_val | ) |
Definition at line 392 of file class.ilPageConfig.php.
Referenced by ilContentPagePageConfig\init(), ilForumPageConfig\init(), ilMediaPoolPageConfig\init(), ilWikiPageConfig\init(), ilLMPageConfig\init(), ilContainerPageConfig\init(), ilContainerStartObjectsPageConfig\init(), and ilLOPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setPreventHTMLUnmasking | ( | bool | $a_preventhtmlunmasking | ) |
Definition at line 346 of file class.ilPageConfig.php.
Referenced by ilDclDetailedViewDefinitionConfig\init(), ilLMPageConfig\init(), ilWikiPageConfig\init(), ilMediaPoolPageConfig\init(), ilBlogPostingConfig\init(), ilImprintConfig\init(), ilPageLayoutPageConfig\init(), and ilPortfolioPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setPreventRteUsage | ( | bool | $a_val | ) |
Definition at line 248 of file class.ilPageConfig.php.
Referenced by ilLMPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setQuestionHTML | ( | array | $question_html | ) |
| ilPageConfig::setSectionProtection | ( | int | $a_val | ) |
Definition at line 476 of file class.ilPageConfig.php.
Referenced by ilWikiPageConfig\configureByObjectId(), ilPortfolioTemplatePageConfig\init(), and ilPortfolioPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setSectionProtectionInfo | ( | string | $a_val | ) |
Definition at line 486 of file class.ilPageConfig.php.
Referenced by ilWikiPageConfig\configureByObjectId(), and ilPortfolioTemplatePageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setSinglePageMode | ( | bool | $a_val | ) |
Set single page mode.
| bool | $a_val | single page mode (only one page per parent_id) |
Definition at line 406 of file class.ilPageConfig.php.
Referenced by ilContentPagePageConfig\init(), ilForumPageConfig\init(), ilContainerPageConfig\init(), ilLOPageConfig\init(), and ilContainerStartObjectsPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setUseAttachedContent | ( | bool | $a_val | ) |
Definition at line 271 of file class.ilPageConfig.php.
Referenced by ilLMPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setUsePageContainer | ( | bool | $a_val | ) |
Set if page container css class should be used.
Definition at line 466 of file class.ilPageConfig.php.
Referenced by ilContentPagePageConfig\init(), ilForumPageConfig\init(), and ilContainerPageConfig\init().
Here is the caller graph for this function:| ilPageConfig::setUseStoredQuestionTries | ( | bool | $a_val | ) |
Set use stored answers/tries.
| bool | $a_val | use stored number of tries and given (correct) answers |
Definition at line 430 of file class.ilPageConfig.php.
|
protected |
Definition at line 45 of file class.ilPageConfig.php.
Referenced by getEnableActivation().
|
protected |
Definition at line 62 of file class.ilPageConfig.php.
|
protected |
Definition at line 55 of file class.ilPageConfig.php.
Referenced by getDisableDefaultQuestionFeedback().
|
protected |
Definition at line 59 of file class.ilPageConfig.php.
Referenced by getEditLockSupport().
|
protected |
Definition at line 42 of file class.ilPageConfig.php.
Referenced by getEnableAnchors().
|
protected |
Definition at line 41 of file class.ilPageConfig.php.
Referenced by getEnableKeywords().
|
protected |
Definition at line 61 of file class.ilPageConfig.php.
Referenced by getEnablePermissionChecks().
|
protected |
Definition at line 58 of file class.ilPageConfig.php.
|
protected |
Definition at line 40 of file class.ilPageConfig.php.
Referenced by getEnableInternalLinks().
|
protected |
Definition at line 48 of file class.ilPageConfig.php.
Referenced by getEnableSelfAssessment().
|
protected |
Definition at line 49 of file class.ilPageConfig.php.
Referenced by getEnableSelfAssessmentScorm().
|
protected |
Definition at line 43 of file class.ilPageConfig.php.
Referenced by getEnableWikiLinks().
|
protected |
Definition at line 51 of file class.ilPageConfig.php.
Referenced by getIntLinkHelpDefaultId().
|
protected |
Definition at line 33 of file class.ilPageConfig.php.
Referenced by getIntLinkHelpDefaultIdIsRef().
|
protected |
Definition at line 50 of file class.ilPageConfig.php.
Referenced by getIntLinkHelpDefaultType().
|
protected |
Definition at line 35 of file class.ilPageConfig.php.
Referenced by getIntLinkFilters().
|
protected |
Definition at line 31 of file class.ilPageConfig.php.
Referenced by getLayoutTemplateType().
|
protected |
Definition at line 68 of file class.ilPageConfig.php.
Referenced by getIntLinkFilterWhiteList().
|
protected |
Definition at line 34 of file class.ilPageConfig.php.
Referenced by addIntLinkFilter(), ilWikiPageConfig\configureByObjectId(), and ilPortfolioTemplatePageConfig\init().
|
protected |
Definition at line 69 of file class.ilPageConfig.php.
Referenced by getLocalizationLanguage().
|
protected |
Definition at line 52 of file class.ilPageConfig.php.
Referenced by getMultiLangSupport().
|
protected |
Definition at line 67 of file class.ilPageConfig.php.
|
protected |
Definition at line 44 of file class.ilPageConfig.php.
Referenced by getEnablePageToc().
|
protected |
Definition at line 30 of file class.ilPageConfig.php.
|
protected |
Definition at line 38 of file class.ilPageConfig.php.
|
protected |
Definition at line 39 of file class.ilPageConfig.php.
|
protected |
Definition at line 36 of file class.ilPageConfig.php.
Referenced by getPreventRteUsage().
|
protected |
Definition at line 47 of file class.ilPageConfig.php.
|
protected |
Definition at line 56 of file class.ilPageConfig.php.
Referenced by getQuestionHTML(), and setQuestionHTML().
|
protected |
Definition at line 46 of file class.ilPageConfig.php.
Referenced by getEnableScheduledActivation().
|
protected |
Definition at line 70 of file class.ilPageConfig.php.
Referenced by getSectionProtection().
|
protected |
Definition at line 71 of file class.ilPageConfig.php.
Referenced by getSectionProtectionInfo().
|
protected |
Definition at line 53 of file class.ilPageConfig.php.
Referenced by getSinglePageMode().
|
protected |
Definition at line 37 of file class.ilPageConfig.php.
Referenced by getUseAttachedContent().
|
protected |
Definition at line 60 of file class.ilPageConfig.php.
Referenced by getUsePageContainer().
|
protected |
Definition at line 57 of file class.ilPageConfig.php.
Referenced by getUseStoredQuestionTries().
| const ilPageConfig::SEC_PROTECT_EDITABLE = 1 |
Definition at line 28 of file class.ilPageConfig.php.
Referenced by ilWikiPageConfig\configureByObjectId(), ilPortfolioTemplatePageConfig\init(), ilPCSectionGUI\initForm(), and ilPCSectionGUI\setValuesFromForm().
| const ilPageConfig::SEC_PROTECT_NONE = 0 |
Definition at line 27 of file class.ilPageConfig.php.
| const ilPageConfig::SEC_PROTECT_PROTECTED = 2 |
Definition at line 29 of file class.ilPageConfig.php.
Referenced by ilWikiPageConfig\configureByObjectId(), ILIAS\UI\Implementation\Component\Layout\Page\PageQueryActionHandler\getConfig(), ilPortfolioPageConfig\init(), and ilPageObjectGUI\showPage().