ILIAS  release_8 Revision v8.19
All Data Structures Namespaces Files Functions Variables Modules Pages
ilFileObjectToStorageVersion 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 ilFileObjectToStorageVersion:

Public Member Functions

 __construct (int $version, string $path, string $filename, string $title, string $action, int $creation_date_timestamp, int $owner=6)
 ilFileObjectToStorageVersion constructor. More...
 
 getVersion ()
 
 getPath ()
 
 getFileName ()
 
 getTitle ()
 
 getAction ()
 
 getOwner ()
 
 getCreationDateTimestamp ()
 

Protected Attributes

int $version
 
string $path
 
string $file_name
 
string $title
 
string $action
 
int $owner = 6
 
int $creation_date_timestamp = 0
 

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 Class ilFileObjectToStorageVersion

Author
Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch

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

Constructor & Destructor Documentation

◆ __construct()

ilFileObjectToStorageVersion::__construct ( int  $version,
string  $path,
string  $filename,
string  $title,
string  $action,
int  $creation_date_timestamp,
int  $owner = 6 
)

ilFileObjectToStorageVersion constructor.

Parameters
int$version
string$path
string$filename
string$title
string$action
int$owner
int$creation_date_timestamp

Definition at line 43 of file class.ilFileObjectToStorageVersion.php.

References $action, $creation_date_timestamp, $filename, $owner, $path, $title, and $version.

51  {
52  $this->version = $version;
53  $this->path = $path;
54  $this->file_name = $filename;
55  $this->title = $title;
56  $this->action = $action;
57  $this->owner = $owner;
58  $this->creation_date_timestamp = $creation_date_timestamp;
59  }
$filename
Definition: buildRTE.php:78

Member Function Documentation

◆ getAction()

ilFileObjectToStorageVersion::getAction ( )
Returns
string

Definition at line 96 of file class.ilFileObjectToStorageVersion.php.

References $action.

96  : string
97  {
98  return $this->action;
99  }

◆ getCreationDateTimestamp()

ilFileObjectToStorageVersion::getCreationDateTimestamp ( )
Returns
int

Definition at line 112 of file class.ilFileObjectToStorageVersion.php.

References $creation_date_timestamp.

112  : int
113  {
115  }

◆ getFileName()

ilFileObjectToStorageVersion::getFileName ( )
Returns
string

Definition at line 80 of file class.ilFileObjectToStorageVersion.php.

References $file_name.

80  : string
81  {
82  return $this->file_name;
83  }

◆ getOwner()

ilFileObjectToStorageVersion::getOwner ( )
Returns
int

Definition at line 104 of file class.ilFileObjectToStorageVersion.php.

References $owner.

104  : int
105  {
106  return $this->owner;
107  }

◆ getPath()

ilFileObjectToStorageVersion::getPath ( )
Returns
string

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

References $path.

72  : string
73  {
74  return $this->path;
75  }

◆ getTitle()

ilFileObjectToStorageVersion::getTitle ( )
Returns
string

Definition at line 88 of file class.ilFileObjectToStorageVersion.php.

References $title.

88  : string
89  {
90  return $this->title;
91  }

◆ getVersion()

ilFileObjectToStorageVersion::getVersion ( )
Returns
int

Definition at line 64 of file class.ilFileObjectToStorageVersion.php.

References $version.

64  : int
65  {
66  return $this->version;
67  }

Field Documentation

◆ $action

string ilFileObjectToStorageVersion::$action
protected

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

Referenced by __construct(), and getAction().

◆ $creation_date_timestamp

int ilFileObjectToStorageVersion::$creation_date_timestamp = 0
protected

Definition at line 31 of file class.ilFileObjectToStorageVersion.php.

Referenced by __construct(), and getCreationDateTimestamp().

◆ $file_name

string ilFileObjectToStorageVersion::$file_name
protected

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

Referenced by getFileName().

◆ $owner

int ilFileObjectToStorageVersion::$owner = 6
protected

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

Referenced by __construct(), and getOwner().

◆ $path

string ilFileObjectToStorageVersion::$path
protected

Definition at line 26 of file class.ilFileObjectToStorageVersion.php.

Referenced by __construct(), and getPath().

◆ $title

string ilFileObjectToStorageVersion::$title
protected

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

Referenced by __construct(), and getTitle().

◆ $version

int ilFileObjectToStorageVersion::$version
protected

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

Referenced by __construct(), and getVersion().


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