ILIAS  release_7 Revision v7.30-3-g800a261c036
ilWebDAVMountInstructionsDocument Class Reference
+ 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="", $a_creation_ts=0, $a_modification_ts=0, 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 ()
 
 withSorting ($a_sorting)
 

Private Attributes

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

Detailed Description

Definition at line 4 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 = "",
  $a_creation_ts = 0,
  $a_modification_ts = 0,
int  $a_owner_usr_id = 0,
int  $a_last_modified_usr_id = 0,
int  $a_sorting = 0 
)

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

References language().

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

Member Function Documentation

◆ getCreationTs()

◆ getId()

◆ getLanguage()

◆ getLastModificationUsrId()

ilWebDAVMountInstructionsDocument::getLastModificationUsrId ( )

◆ getModificationTs()

ilWebDAVMountInstructionsDocument::getModificationTs ( )

◆ getOwnerUsrId()

◆ getProcessedInstructions()

ilWebDAVMountInstructionsDocument::getProcessedInstructions ( )
Returns
string

Definition at line 87 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 ( )
Returns
string

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

References $uploaded_instructions.

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

◆ withSorting()

ilWebDAVMountInstructionsDocument::withSorting (   $a_sorting)

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

141  {
142  $clone = clone $this;
143  $clone->sorting = $a_sorting;
144 
145  return $clone;
146  }

Field Documentation

◆ $creation_ts

ilWebDAVMountInstructionsDocument::$creation_ts
private

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

Referenced by getCreationTs().

◆ $id

ilWebDAVMountInstructionsDocument::$id
private

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

Referenced by getId().

◆ $language

ilWebDAVMountInstructionsDocument::$language
private

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

Referenced by getLanguage().

◆ $last_modified_usr_id

ilWebDAVMountInstructionsDocument::$last_modified_usr_id
private

◆ $modification_ts

ilWebDAVMountInstructionsDocument::$modification_ts
private

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

Referenced by getModificationTs().

◆ $owner_usr_id

ilWebDAVMountInstructionsDocument::$owner_usr_id
private

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

Referenced by getOwnerUsrId().

◆ $processed_instructions

ilWebDAVMountInstructionsDocument::$processed_instructions
private

◆ $sorting

ilWebDAVMountInstructionsDocument::$sorting
private

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

Referenced by getSorting().

◆ $title

ilWebDAVMountInstructionsDocument::$title
private

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

Referenced by getTitle().

◆ $uploaded_instructions

ilWebDAVMountInstructionsDocument::$uploaded_instructions
private

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

Referenced by getUploadedInstructions().


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