ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilUserExportConfig Class Reference
+ Inheritance diagram for ilUserExportConfig:
+ Collaboration diagram for ilUserExportConfig:

Public Member Functions

 __construct ()
 
 setExportType (string $export_type)
 
 getExportType ()
 

Protected Attributes

string $export_type
 

Detailed Description

Definition at line 23 of file class.ilUserExportConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ilUserExportConfig::__construct ( )

Definition at line 27 of file class.ilUserExportConfig.php.

28 {
29 $this->export_type = '';
30 }

Member Function Documentation

◆ getExportType()

ilUserExportConfig::getExportType ( )

Definition at line 37 of file class.ilUserExportConfig.php.

37 : string
38 {
39 return $this->export_type;
40 }

References $export_type.

◆ setExportType()

ilUserExportConfig::setExportType ( string  $export_type)

Definition at line 32 of file class.ilUserExportConfig.php.

33 {
34 $this->export_type = $export_type;
35 }

References $export_type.

Field Documentation

◆ $export_type

string ilUserExportConfig::$export_type
protected

Definition at line 25 of file class.ilUserExportConfig.php.

Referenced by getExportType(), and setExportType().


The documentation for this class was generated from the following file: