ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
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 ( )

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

62 : string
63 {
64 return $this->creation_ts;
65 }

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

+ Here is the caller graph for this function:

◆ getId()

ilWebDAVMountInstructionsDocument::getId ( )

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

37 : int
38 {
39 return $this->id;
40 }
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
Definition: plugin.php:23

References $id.

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

+ Here is the caller graph for this function:

◆ getLanguage()

ilWebDAVMountInstructionsDocument::getLanguage ( )

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

57 : string
58 {
59 return $this->language;
60 }

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

+ Here is the caller graph for this function:

◆ getLastModificationUsrId()

ilWebDAVMountInstructionsDocument::getLastModificationUsrId ( )

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

77 : int
78 {
79 return $this->last_modified_usr_id;
80 }

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

+ Here is the caller graph for this function:

◆ getModificationTs()

ilWebDAVMountInstructionsDocument::getModificationTs ( )

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

67 : string
68 {
69 return $this->modification_ts;
70 }

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

+ Here is the caller graph for this function:

◆ getOwnerUsrId()

ilWebDAVMountInstructionsDocument::getOwnerUsrId ( )

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

72 : int
73 {
74 return $this->owner_usr_id;
75 }

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

+ Here is the caller graph for this function:

◆ getProcessedInstructions()

ilWebDAVMountInstructionsDocument::getProcessedInstructions ( )

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

52 : string
53 {
54 return $this->processed_instructions;
55 }

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

◆ getSorting()

ilWebDAVMountInstructionsDocument::getSorting ( )

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

82 : int
83 {
84 return $this->sorting;
85 }

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

+ Here is the caller graph for this function:

◆ getTitle()

ilWebDAVMountInstructionsDocument::getTitle ( )

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

42 : string
43 {
44 return $this->title;
45 }

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

+ Here is the caller graph for this function:

◆ getUploadedInstructions()

ilWebDAVMountInstructionsDocument::getUploadedInstructions ( )

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

47 : string
48 {
49 return $this->uploaded_instructions;
50 }

Referenced by ilWebDAVMountInstructionsRepositoryImpl\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

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