Abstract parent class for all page component plugin exporter classes.
More...
Abstract parent class for all page component plugin exporter classes.
- Author
- Fred Neumann fred..nosp@m.neum.nosp@m.ann@g.nosp@m.mx.d.nosp@m.e
- Version
- $Id$
Definition at line 15 of file class.ilPageComponentPluginExporter.php.
◆ getPCProperties()
static ilPageComponentPluginExporter::getPCProperties |
( |
|
$a_id | ) |
|
|
static |
Get the properties of a plugged page content.
- Parameters
-
- Returns
- mixed|null
Definition at line 53 of file class.ilPageComponentPluginExporter.php.
54 {
55 if (isset(self::$pc_properties[$a_id])) {
56 return self::$pc_properties[$a_id];
57 } else {
58 return null;
59 }
60 }
◆ getPCVersion()
static ilPageComponentPluginExporter::getPCVersion |
( |
|
$a_id | ) |
|
|
static |
Get the version of a plugged page content.
- Parameters
-
- Returns
- string|null
Definition at line 80 of file class.ilPageComponentPluginExporter.php.
81 {
82 if (isset(self::$pc_version[$a_id])) {
83 return self::$pc_version[$a_id];
84 } else {
85 return null;
86 }
87 }
◆ setPCProperties()
static ilPageComponentPluginExporter::setPCProperties |
( |
|
$a_id, |
|
|
|
$a_properties |
|
) |
| |
|
static |
◆ setPCVersion()
static ilPageComponentPluginExporter::setPCVersion |
( |
|
$a_id, |
|
|
|
$a_version |
|
) |
| |
|
static |
◆ $pc_properties
ilPageComponentPluginExporter::$pc_properties = array() |
|
staticprotected |
◆ $pc_version
ilPageComponentPluginExporter::$pc_version = array() |
|
staticprotected |
The documentation for this class was generated from the following file: