ILIAS  trunk Revision v12.0_alpha-1540-g00f839d5fa1
ILIAS\WebDAV\Mount\Document Class Reference
+ Collaboration diagram for ILIAS\WebDAV\Mount\Document:

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 23 of file Document.php.

Constructor & Destructor Documentation

◆ __construct()

ILIAS\WebDAV\Mount\Document::__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 25 of file Document.php.

36 {
37 }

Member Function Documentation

◆ getCreationTs()

ILIAS\WebDAV\Mount\Document::getCreationTs ( )

Definition at line 64 of file Document.php.

64 : string
65 {
66 return $this->creation_ts;
67 }

Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getId()

ILIAS\WebDAV\Mount\Document::getId ( )

Definition at line 39 of file Document.php.

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

References $id.

Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), ILIAS\WebDAV\Mount\UploadGUI\getDocumentForm(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getLanguage()

ILIAS\WebDAV\Mount\Document::getLanguage ( )

Definition at line 59 of file Document.php.

59 : string
60 {
61 return $this->language;
62 }

Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getLastModificationUsrId()

ILIAS\WebDAV\Mount\Document::getLastModificationUsrId ( )

Definition at line 79 of file Document.php.

79 : int
80 {
81 return $this->last_modified_usr_id;
82 }

Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getModificationTs()

ILIAS\WebDAV\Mount\Document::getModificationTs ( )

Definition at line 69 of file Document.php.

69 : string
70 {
71 return $this->modification_ts;
72 }

Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getOwnerUsrId()

ILIAS\WebDAV\Mount\Document::getOwnerUsrId ( )

Definition at line 74 of file Document.php.

74 : int
75 {
76 return $this->owner_usr_id;
77 }

Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getProcessedInstructions()

ILIAS\WebDAV\Mount\Document::getProcessedInstructions ( )

Definition at line 54 of file Document.php.

54 : string
55 {
56 return $this->processed_instructions;
57 }

Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

◆ getSorting()

ILIAS\WebDAV\Mount\Document::getSorting ( )

Definition at line 84 of file Document.php.

84 : int
85 {
86 return $this->sorting;
87 }

Referenced by ILIAS\WebDAV\Mount\DocumentFormGUI\createFilledObject(), ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getTitle()

ILIAS\WebDAV\Mount\Document::getTitle ( )

Definition at line 44 of file Document.php.

44 : string
45 {
46 return $this->title;
47 }

Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry(), and ILIAS\WebDAV\Mount\RepositoryDB\updateMountInstructions().

+ Here is the caller graph for this function:

◆ getUploadedInstructions()

ILIAS\WebDAV\Mount\Document::getUploadedInstructions ( )

Definition at line 49 of file Document.php.

49 : string
50 {
51 return $this->uploaded_instructions;
52 }

Referenced by ILIAS\WebDAV\Mount\RepositoryDB\createMountInstructionsDocumentEntry().

+ Here is the caller graph for this function:

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