ILIAS
release_8 Revision v8.19
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
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 |
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
Definition at line 23 of file class.ilFileObjectToStorageVersion.php.
ilFileObjectToStorageVersion::__construct | ( | int | $version, |
string | $path, | ||
string | $filename, | ||
string | $title, | ||
string | $action, | ||
int | $creation_date_timestamp, | ||
int | $owner = 6 |
||
) |
ilFileObjectToStorageVersion constructor.
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.
ilFileObjectToStorageVersion::getAction | ( | ) |
Definition at line 96 of file class.ilFileObjectToStorageVersion.php.
References $action.
ilFileObjectToStorageVersion::getCreationDateTimestamp | ( | ) |
Definition at line 112 of file class.ilFileObjectToStorageVersion.php.
References $creation_date_timestamp.
ilFileObjectToStorageVersion::getFileName | ( | ) |
Definition at line 80 of file class.ilFileObjectToStorageVersion.php.
References $file_name.
ilFileObjectToStorageVersion::getOwner | ( | ) |
Definition at line 104 of file class.ilFileObjectToStorageVersion.php.
References $owner.
ilFileObjectToStorageVersion::getPath | ( | ) |
Definition at line 72 of file class.ilFileObjectToStorageVersion.php.
References $path.
ilFileObjectToStorageVersion::getTitle | ( | ) |
Definition at line 88 of file class.ilFileObjectToStorageVersion.php.
References $title.
ilFileObjectToStorageVersion::getVersion | ( | ) |
Definition at line 64 of file class.ilFileObjectToStorageVersion.php.
References $version.
|
protected |
Definition at line 29 of file class.ilFileObjectToStorageVersion.php.
Referenced by __construct(), and getAction().
|
protected |
Definition at line 31 of file class.ilFileObjectToStorageVersion.php.
Referenced by __construct(), and getCreationDateTimestamp().
|
protected |
Definition at line 27 of file class.ilFileObjectToStorageVersion.php.
Referenced by getFileName().
|
protected |
Definition at line 30 of file class.ilFileObjectToStorageVersion.php.
Referenced by __construct(), and getOwner().
|
protected |
Definition at line 26 of file class.ilFileObjectToStorageVersion.php.
Referenced by __construct(), and getPath().
|
protected |
Definition at line 28 of file class.ilFileObjectToStorageVersion.php.
Referenced by __construct(), and getTitle().
|
protected |
Definition at line 25 of file class.ilFileObjectToStorageVersion.php.
Referenced by __construct(), and getVersion().