ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
◀ ilDoc Overview
class.ilCOPageExportConfig.php
Go to the documentation of this file.
1
<?
php
2
3
/* Copyright (c) 1998-2015 ILIAS open source, Extended GPL, see docs/LICENSE */
4
5
include_once(
"./Services/Export/classes/class.ilExportConfig.php"
);
13
class
ilCOPageExportConfig
extends
ilExportConfig
14
{
15
protected
$master_only
=
false
;
16
22
function
setMasterLanguageOnly
($a_val)
23
{
24
$this->master_only = $a_val;
25
}
26
32
function
getMasterLanguageOnly
()
33
{
34
return
$this->master_only
;
35
}
36
}
37
38
?>
ilCOPageExportConfig\setMasterLanguageOnly
setMasterLanguageOnly($a_val)
Set master language only.
Definition:
class.ilCOPageExportConfig.php:22
ilExportConfig
Export configuration class parent class.
Definition:
class.ilExportConfig.php:12
ilCOPageExportConfig\getMasterLanguageOnly
getMasterLanguageOnly()
Get master language only.
Definition:
class.ilCOPageExportConfig.php:32
ilCOPageExportConfig
Export configuration for pages.
Definition:
class.ilCOPageExportConfig.php:13
php
ilCOPageExportConfig\$master_only
$master_only
Definition:
class.ilCOPageExportConfig.php:15
Services
COPage
classes
class.ilCOPageExportConfig.php
Generated on Fri Jan 24 2025 19:01:07 for ILIAS by
1.8.13 (using
Doxyfile
)