ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
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.

References $export_type.

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

◆ setExportType()

ilUserExportConfig::setExportType ( string  $export_type)

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

References $export_type.

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

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: