ILIAS  release_8 Revision v8.19-1-g4e8f2f9140c
All Data Structures Namespaces Files Functions Variables Modules Pages
ilWebDAVMountInstructionsDocument Class Reference

This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...

+ Collaboration diagram for ilWebDAVMountInstructionsDocument:

Public Member Functions

 __construct (int $a_id=0, string $a_title="", string $a_uploaded_instructions="", string $a_processed_instructions="", string $a_language="", string $a_creation_ts='', string $a_modification_ts='', int $a_owner_usr_id=0, int $a_last_modified_usr_id=0, int $a_sorting=0)
 
 getId ()
 
 getTitle ()
 
 getUploadedInstructions ()
 
 getProcessedInstructions ()
 
 getLanguage ()
 
 getCreationTs ()
 
 getModificationTs ()
 
 getOwnerUsrId ()
 
 getLastModificationUsrId ()
 
 getSorting ()
 

Private Attributes

int $id
 
string $title
 
string $uploaded_instructions
 
string $processed_instructions
 
string $language
 
string $creation_ts
 
string $modification_ts
 
int $owner_usr_id
 
int $last_modified_usr_id
 
int $sorting
 

Detailed Description

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

Definition at line 21 of file class.ilWebDAVMountInstructionsDocument.php.

Constructor & Destructor Documentation

◆ __construct()

ilWebDAVMountInstructionsDocument::__construct ( int  $a_id = 0,
string  $a_title = "",
string  $a_uploaded_instructions = "",
string  $a_processed_instructions = "",
string  $a_language = "",
string  $a_creation_ts = '',
string  $a_modification_ts = '',
int  $a_owner_usr_id = 0,
int  $a_last_modified_usr_id = 0,
int  $a_sorting = 0 
)

Definition at line 34 of file class.ilWebDAVMountInstructionsDocument.php.

References ILIAS\UI\examples\Symbol\Glyph\Language\language().

45  {
46  $this->id = $a_id;
47  $this->title = $a_title;
48  $this->uploaded_instructions = $a_uploaded_instructions;
49  $this->processed_instructions = $a_processed_instructions;
50  $this->language = $a_language;
51  $this->creation_ts = $a_creation_ts;
52  $this->modification_ts = $a_modification_ts;
53  $this->owner_usr_id = $a_owner_usr_id;
54  $this->last_modified_usr_id = $a_last_modified_usr_id;
55  $this->sorting = $a_sorting;
56  }
+ Here is the call graph for this function:

Member Function Documentation

◆ getCreationTs()

◆ getId()

◆ getLanguage()

◆ getLastModificationUsrId()

ilWebDAVMountInstructionsDocument::getLastModificationUsrId ( )

◆ getModificationTs()

ilWebDAVMountInstructionsDocument::getModificationTs ( )

◆ getOwnerUsrId()

◆ getProcessedInstructions()

ilWebDAVMountInstructionsDocument::getProcessedInstructions ( )

Definition at line 73 of file class.ilWebDAVMountInstructionsDocument.php.

References $processed_instructions.

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

◆ getSorting()

◆ getTitle()

ilWebDAVMountInstructionsDocument::getTitle ( )

◆ getUploadedInstructions()

ilWebDAVMountInstructionsDocument::getUploadedInstructions ( )

Definition at line 68 of file class.ilWebDAVMountInstructionsDocument.php.

References $uploaded_instructions.

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

Field Documentation

◆ $creation_ts

string ilWebDAVMountInstructionsDocument::$creation_ts
private

Definition at line 28 of file class.ilWebDAVMountInstructionsDocument.php.

Referenced by getCreationTs().

◆ $id

int ilWebDAVMountInstructionsDocument::$id
private

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

Referenced by getId().

◆ $language

string ilWebDAVMountInstructionsDocument::$language
private

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

Referenced by getLanguage().

◆ $last_modified_usr_id

int ilWebDAVMountInstructionsDocument::$last_modified_usr_id
private

◆ $modification_ts

string ilWebDAVMountInstructionsDocument::$modification_ts
private

Definition at line 29 of file class.ilWebDAVMountInstructionsDocument.php.

Referenced by getModificationTs().

◆ $owner_usr_id

int ilWebDAVMountInstructionsDocument::$owner_usr_id
private

Definition at line 30 of file class.ilWebDAVMountInstructionsDocument.php.

Referenced by getOwnerUsrId().

◆ $processed_instructions

string ilWebDAVMountInstructionsDocument::$processed_instructions
private

◆ $sorting

int ilWebDAVMountInstructionsDocument::$sorting
private

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

Referenced by getSorting().

◆ $title

string ilWebDAVMountInstructionsDocument::$title
private

Definition at line 24 of file class.ilWebDAVMountInstructionsDocument.php.

Referenced by getTitle().

◆ $uploaded_instructions

string ilWebDAVMountInstructionsDocument::$uploaded_instructions
private

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

Referenced by getUploadedInstructions().


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