ILIAS
trunk Revision v11.0_alpha-2406-g7062992332c
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Public Member Functions | |
setUpdateIfExists (bool $a_val) | |
Set update if exists. More... | |
getUpdateIfExists () | |
setForceLanguage (string $a_val) | |
getForceLanguage () | |
setReuseOriginallyExportedMedia (bool $a_val) | |
Set reuse originally exported media. More... | |
getReuseOriginallyExportedMedia () | |
setSkipInternalLinkResolve (bool $a_val) | |
Set skip internal link resolve. More... | |
getSkipInternalLinkResolve () | |
Protected Attributes | |
bool | $update_if_exists = false |
string | $force_lang = "" |
bool | $reuse_media = false |
bool | $skip_int_link_resolve = 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 Import configuration for pages
Definition at line 24 of file class.ilCOPageImportConfig.php.
ilCOPageImportConfig::getForceLanguage | ( | ) |
ilCOPageImportConfig::getReuseOriginallyExportedMedia | ( | ) |
ilCOPageImportConfig::getSkipInternalLinkResolve | ( | ) |
Definition at line 78 of file class.ilCOPageImportConfig.php.
References $skip_int_link_resolve.
ilCOPageImportConfig::getUpdateIfExists | ( | ) |
Definition at line 40 of file class.ilCOPageImportConfig.php.
References $update_if_exists.
ilCOPageImportConfig::setForceLanguage | ( | string | $a_val | ) |
Definition at line 45 of file class.ilCOPageImportConfig.php.
ilCOPageImportConfig::setReuseOriginallyExportedMedia | ( | bool | $a_val | ) |
Set reuse originally exported media.
bool | $a_val | reuse originally exported media |
Definition at line 59 of file class.ilCOPageImportConfig.php.
ilCOPageImportConfig::setSkipInternalLinkResolve | ( | bool | $a_val | ) |
Set skip internal link resolve.
bool | $a_val | do not resolve internal links (as it is done at another place) |
Definition at line 73 of file class.ilCOPageImportConfig.php.
ilCOPageImportConfig::setUpdateIfExists | ( | bool | $a_val | ) |
Set update if exists.
bool | $a_val | update page if it already exists |
Definition at line 35 of file class.ilCOPageImportConfig.php.
|
protected |
Definition at line 27 of file class.ilCOPageImportConfig.php.
Referenced by getForceLanguage().
|
protected |
Definition at line 28 of file class.ilCOPageImportConfig.php.
Referenced by getReuseOriginallyExportedMedia().
|
protected |
Definition at line 29 of file class.ilCOPageImportConfig.php.
Referenced by getSkipInternalLinkResolve().
|
protected |
Definition at line 26 of file class.ilCOPageImportConfig.php.
Referenced by getUpdateIfExists().