|
ILIAS
release_8 Revision v8.24
|
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
Inheritance diagram for ilObjFileVersion:
Collaboration diagram for ilObjFileVersion:Public Member Functions | |
| __construct (array $input=[]) | |
| @inheritDoc More... | |
| getArrayCopy () | |
| @inheritDoc More... | |
| offsetExists ($key) | |
| offsetGet ($index) | |
| getDate () | |
| setDate (string $date) | |
| getUserId () | |
| setUserId (int $user_id) | |
| getObjId () | |
| setObjId (int $obj_id) | |
| getObjType () | |
| setObjType (string $obj_type) | |
| getAction () | |
| setAction (string $action) | |
| getInfoParams () | |
| setInfoParams (string $info_params) | |
| getUserComment () | |
| setUserComment (string $user_comment) | |
| getHistEntryId () | |
| setHistEntryId (int $hist_entry_id) | |
| getTitle () | |
| setTitle (string $title) | |
| getFilename () | |
| setFilename (string $filename) | |
| getVersion () | |
| setVersion (string $version) | |
| getSize () | |
| setSize (int $size) | |
Protected Attributes | |
| string | $date = '' |
| int | $user_id = 0 |
| int | $obj_id = 0 |
| string | $obj_type = '' |
| string | $action = '' |
| string | $info_params = '' |
| string | $user_comment = '' |
| int | $hist_entry_id = 1 |
| string | $title = '' |
| string | $filename = '' |
| string | $version = '' |
| string | $max_version = '' |
| string | $rollback_version = '' |
| string | $rollback_user_id = '' |
| int | $size = 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 ilObjFileVersion
Definition at line 23 of file class.ilObjFileVersion.php.
| ilObjFileVersion::__construct | ( | array | $input = [] | ) |
@inheritDoc
Definition at line 28 of file class.ilObjFileVersion.php.
References ILIAS\GlobalScreen\Provider\__construct().
Here is the call graph for this function:| ilObjFileVersion::getAction | ( | ) |
Definition at line 120 of file class.ilObjFileVersion.php.
References $action.
| ilObjFileVersion::getArrayCopy | ( | ) |
@inheritDoc
Definition at line 39 of file class.ilObjFileVersion.php.
References Vendor\Package\$a.
| ilObjFileVersion::getDate | ( | ) |
| ilObjFileVersion::getFilename | ( | ) |
Definition at line 175 of file class.ilObjFileVersion.php.
References $filename.
| ilObjFileVersion::getHistEntryId | ( | ) |
Definition at line 153 of file class.ilObjFileVersion.php.
References $hist_entry_id.
| ilObjFileVersion::getInfoParams | ( | ) |
Definition at line 131 of file class.ilObjFileVersion.php.
References $info_params.
| ilObjFileVersion::getObjId | ( | ) |
| ilObjFileVersion::getObjType | ( | ) |
Definition at line 109 of file class.ilObjFileVersion.php.
References $obj_type.
| ilObjFileVersion::getSize | ( | ) |
| ilObjFileVersion::getTitle | ( | ) |
Definition at line 164 of file class.ilObjFileVersion.php.
References $title.
| ilObjFileVersion::getUserComment | ( | ) |
Definition at line 142 of file class.ilObjFileVersion.php.
References $user_comment.
| ilObjFileVersion::getUserId | ( | ) |
| ilObjFileVersion::getVersion | ( | ) |
Definition at line 186 of file class.ilObjFileVersion.php.
References $version.
| ilObjFileVersion::offsetExists | ( | $key | ) |
Definition at line 66 of file class.ilObjFileVersion.php.
References ILIAS\LTI\ToolProvider\$key.
| ilObjFileVersion::offsetGet | ( | $index | ) |
Definition at line 71 of file class.ilObjFileVersion.php.
References $index.
| ilObjFileVersion::setAction | ( | string | $action | ) |
Definition at line 125 of file class.ilObjFileVersion.php.
References $action.
| ilObjFileVersion::setDate | ( | string | $date | ) |
Definition at line 81 of file class.ilObjFileVersion.php.
References $date.
| ilObjFileVersion::setFilename | ( | string | $filename | ) |
Definition at line 180 of file class.ilObjFileVersion.php.
References $filename.
| ilObjFileVersion::setHistEntryId | ( | int | $hist_entry_id | ) |
Definition at line 158 of file class.ilObjFileVersion.php.
References $hist_entry_id.
| ilObjFileVersion::setInfoParams | ( | string | $info_params | ) |
Definition at line 136 of file class.ilObjFileVersion.php.
References $info_params.
| ilObjFileVersion::setObjId | ( | int | $obj_id | ) |
Definition at line 103 of file class.ilObjFileVersion.php.
References $obj_id.
| ilObjFileVersion::setObjType | ( | string | $obj_type | ) |
Definition at line 114 of file class.ilObjFileVersion.php.
References $obj_type.
| ilObjFileVersion::setSize | ( | int | $size | ) |
Definition at line 202 of file class.ilObjFileVersion.php.
References $size.
| ilObjFileVersion::setTitle | ( | string | $title | ) |
Definition at line 169 of file class.ilObjFileVersion.php.
References $title.
| ilObjFileVersion::setUserComment | ( | string | $user_comment | ) |
Definition at line 147 of file class.ilObjFileVersion.php.
References $user_comment.
| ilObjFileVersion::setUserId | ( | int | $user_id | ) |
Definition at line 92 of file class.ilObjFileVersion.php.
References $user_id.
| ilObjFileVersion::setVersion | ( | string | $version | ) |
Definition at line 191 of file class.ilObjFileVersion.php.
References $version.
|
protected |
Definition at line 54 of file class.ilObjFileVersion.php.
Referenced by getAction(), and setAction().
|
protected |
Definition at line 50 of file class.ilObjFileVersion.php.
|
protected |
Definition at line 59 of file class.ilObjFileVersion.php.
Referenced by getFilename(), and setFilename().
|
protected |
Definition at line 57 of file class.ilObjFileVersion.php.
Referenced by getHistEntryId(), and setHistEntryId().
|
protected |
Definition at line 55 of file class.ilObjFileVersion.php.
Referenced by getInfoParams(), and setInfoParams().
|
protected |
Definition at line 61 of file class.ilObjFileVersion.php.
|
protected |
Definition at line 52 of file class.ilObjFileVersion.php.
Referenced by getObjId(), and setObjId().
|
protected |
Definition at line 53 of file class.ilObjFileVersion.php.
Referenced by getObjType(), and setObjType().
|
protected |
Definition at line 63 of file class.ilObjFileVersion.php.
|
protected |
Definition at line 62 of file class.ilObjFileVersion.php.
|
protected |
Definition at line 64 of file class.ilObjFileVersion.php.
|
protected |
Definition at line 58 of file class.ilObjFileVersion.php.
Referenced by getTitle(), and setTitle().
|
protected |
Definition at line 56 of file class.ilObjFileVersion.php.
Referenced by getUserComment(), and setUserComment().
|
protected |
Definition at line 51 of file class.ilObjFileVersion.php.
Referenced by getUserId(), and setUserId().
|
protected |
Definition at line 60 of file class.ilObjFileVersion.php.
Referenced by getVersion(), and setVersion().