This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
More...
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
- Author
- Fabian Schmid fs@st.nosp@m.uder.nosp@m.-raim.nosp@m.ann..nosp@m.ch
Definition at line 23 of file class.ilObjFileVersion.php.
◆ __construct()
ilObjFileVersion::__construct |
( |
array |
$input = [] | ) |
|
◆ getAction()
ilObjFileVersion::getAction |
( |
| ) |
|
◆ getArrayCopy()
ilObjFileVersion::getArrayCopy |
( |
| ) |
|
Definition at line 39 of file class.ilObjFileVersion.php.
References Vendor\Package\$a.
43 foreach ($r->getProperties() as $p) {
44 $p->setAccessible(
true);
45 $a[$p->getName()] = $p->getValue($this);
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples
◆ getDate()
ilObjFileVersion::getDate |
( |
| ) |
|
◆ getFilename()
ilObjFileVersion::getFilename |
( |
| ) |
|
◆ getHistEntryId()
ilObjFileVersion::getHistEntryId |
( |
| ) |
|
◆ getInfoParams()
ilObjFileVersion::getInfoParams |
( |
| ) |
|
◆ getObjId()
ilObjFileVersion::getObjId |
( |
| ) |
|
◆ getObjType()
ilObjFileVersion::getObjType |
( |
| ) |
|
◆ getSize()
ilObjFileVersion::getSize |
( |
| ) |
|
◆ getTitle()
ilObjFileVersion::getTitle |
( |
| ) |
|
◆ getUserComment()
ilObjFileVersion::getUserComment |
( |
| ) |
|
◆ getUserId()
ilObjFileVersion::getUserId |
( |
| ) |
|
◆ getVersion()
ilObjFileVersion::getVersion |
( |
| ) |
|
◆ offsetExists()
ilObjFileVersion::offsetExists |
( |
|
$key | ) |
|
◆ offsetGet()
ilObjFileVersion::offsetGet |
( |
|
$index | ) |
|
◆ setAction()
ilObjFileVersion::setAction |
( |
string |
$action | ) |
|
◆ setDate()
ilObjFileVersion::setDate |
( |
string |
$date | ) |
|
◆ setFilename()
ilObjFileVersion::setFilename |
( |
string |
$filename | ) |
|
◆ setHistEntryId()
ilObjFileVersion::setHistEntryId |
( |
int |
$hist_entry_id | ) |
|
◆ setInfoParams()
ilObjFileVersion::setInfoParams |
( |
string |
$info_params | ) |
|
◆ setObjId()
ilObjFileVersion::setObjId |
( |
int |
$obj_id | ) |
|
◆ setObjType()
ilObjFileVersion::setObjType |
( |
string |
$obj_type | ) |
|
◆ setSize()
ilObjFileVersion::setSize |
( |
int |
$size | ) |
|
◆ setTitle()
ilObjFileVersion::setTitle |
( |
string |
$title | ) |
|
◆ setUserComment()
ilObjFileVersion::setUserComment |
( |
string |
$user_comment | ) |
|
◆ setUserId()
ilObjFileVersion::setUserId |
( |
int |
$user_id | ) |
|
◆ setVersion()
ilObjFileVersion::setVersion |
( |
string |
$version | ) |
|
◆ $action
string ilObjFileVersion::$action = '' |
|
protected |
◆ $date
string ilObjFileVersion::$date = '' |
|
protected |
◆ $filename
string ilObjFileVersion::$filename = '' |
|
protected |
◆ $hist_entry_id
int ilObjFileVersion::$hist_entry_id = 1 |
|
protected |
◆ $info_params
string ilObjFileVersion::$info_params = '' |
|
protected |
◆ $max_version
string ilObjFileVersion::$max_version = '' |
|
protected |
◆ $obj_id
int ilObjFileVersion::$obj_id = 0 |
|
protected |
◆ $obj_type
string ilObjFileVersion::$obj_type = '' |
|
protected |
◆ $rollback_user_id
string ilObjFileVersion::$rollback_user_id = '' |
|
protected |
◆ $rollback_version
string ilObjFileVersion::$rollback_version = '' |
|
protected |
◆ $size
int ilObjFileVersion::$size = 0 |
|
protected |
◆ $title
string ilObjFileVersion::$title = '' |
|
protected |
◆ $user_comment
string ilObjFileVersion::$user_comment = '' |
|
protected |
◆ $user_id
int ilObjFileVersion::$user_id = 0 |
|
protected |
◆ $version
string ilObjFileVersion::$version = '' |
|
protected |
The documentation for this class was generated from the following file: