ILIAS  trunk Revision v11.0_alpha-2638-g80c1d007f79
ilWebDAVMountInstructionsDocument Class Reference
+ Collaboration diagram for ilWebDAVMountInstructionsDocument:

Public Member Functions

 __construct (private int $id=0, private string $title="", private string $uploaded_instructions="", private string $processed_instructions="", private string $language="", private string $creation_ts='', private string $modification_ts='', private int $owner_usr_id=0, private int $last_modified_usr_id=0, private int $sorting=0)
 
 getId ()
 
 getTitle ()
 
 getUploadedInstructions ()
 
 getProcessedInstructions ()
 
 getLanguage ()
 
 getCreationTs ()
 
 getModificationTs ()
 
 getOwnerUsrId ()
 
 getLastModificationUsrId ()
 
 getSorting ()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

ilWebDAVMountInstructionsDocument::__construct ( private int  $id = 0,
private string  $title = "",
private string  $uploaded_instructions = "",
private string  $processed_instructions = "",
private string  $language = "",
private string  $creation_ts = '',
private string  $modification_ts = '',
private int  $owner_usr_id = 0,
private int  $last_modified_usr_id = 0,
private int  $sorting = 0 
)

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

34  {
35  }

Member Function Documentation

◆ getCreationTs()

ilWebDAVMountInstructionsDocument::getCreationTs ( )

◆ getId()

ilWebDAVMountInstructionsDocument::getId ( )

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

References $id.

Referenced by ilWebDAVMountInstructionsDocumentFormGUI\createFilledObject(), ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), ilWebDAVMountInstructionsUploadGUI\getDocumentForm(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().

37  : int
38  {
39  return $this->id;
40  }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23
+ Here is the caller graph for this function:

◆ getLanguage()

ilWebDAVMountInstructionsDocument::getLanguage ( )

◆ getLastModificationUsrId()

ilWebDAVMountInstructionsDocument::getLastModificationUsrId ( )

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

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().

77  : int
78  {
79  return $this->last_modified_usr_id;
80  }
+ Here is the caller graph for this function:

◆ getModificationTs()

ilWebDAVMountInstructionsDocument::getModificationTs ( )

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

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().

67  : string
68  {
69  return $this->modification_ts;
70  }
+ Here is the caller graph for this function:

◆ getOwnerUsrId()

ilWebDAVMountInstructionsDocument::getOwnerUsrId ( )

◆ getProcessedInstructions()

ilWebDAVMountInstructionsDocument::getProcessedInstructions ( )

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

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

52  : string
53  {
54  return $this->processed_instructions;
55  }
+ Here is the caller graph for this function:

◆ getSorting()

ilWebDAVMountInstructionsDocument::getSorting ( )

◆ getTitle()

ilWebDAVMountInstructionsDocument::getTitle ( )

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

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry(), and ilWebDAVMountInstructionsRepositoryImpl\updateMountInstructions().

42  : string
43  {
44  return $this->title;
45  }
+ Here is the caller graph for this function:

◆ getUploadedInstructions()

ilWebDAVMountInstructionsDocument::getUploadedInstructions ( )

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

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

47  : string
48  {
49  return $this->uploaded_instructions;
50  }
+ Here is the caller graph for this function:

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