ILIAS
release_8 Revision v8.19
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
$
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
+
Variables
$
a
b
c
d
e
f
g
h
j
l
m
p
s
t
u
+
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
+
Data Fields
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Ö
+
Files
File List
+
Globals
+
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
x
z
+
Functions
_
a
b
c
d
e
g
h
i
m
n
p
r
s
t
u
v
x
+
Variables
$
a
c
d
e
f
g
h
i
j
k
l
m
n
o
p
r
s
t
u
v
w
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilFileObjectToStorageVersion.php
Go to the documentation of this file.
1
<?php
2
23
class
ilFileObjectToStorageVersion
24
{
25
protected
int
$version
;
26
protected
string
$path
;
27
protected
string
$file_name
;
28
protected
string
$title
;
29
protected
string
$action
;
30
protected
int
$owner
= 6;
31
protected
int
$creation_date_timestamp
= 0;
32
43
public
function
__construct
(
44
int
$version,
45
string
$path,
46
string
$filename
,
47
string
$title,
48
string
$action,
49
int
$creation_date_timestamp,
50
int
$owner = 6
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
}
60
64
public
function
getVersion
():
int
65
{
66
return
$this->version
;
67
}
68
72
public
function
getPath
(): string
73
{
74
return
$this->path
;
75
}
76
80
public
function
getFileName
(): string
81
{
82
return
$this->file_name
;
83
}
84
88
public
function
getTitle
(): string
89
{
90
return
$this->title
;
91
}
92
96
public
function
getAction
(): string
97
{
98
return
$this->action
;
99
}
100
104
public
function
getOwner
():
int
105
{
106
return
$this->owner
;
107
}
108
112
public
function
getCreationDateTimestamp
():
int
113
{
114
return
$this->creation_date_timestamp
;
115
}
116
}
ilFileObjectToStorageVersion\$version
int $version
Definition:
class.ilFileObjectToStorageVersion.php:25
ilFileObjectToStorageVersion\$file_name
string $file_name
Definition:
class.ilFileObjectToStorageVersion.php:27
ilFileObjectToStorageVersion\getVersion
getVersion()
Definition:
class.ilFileObjectToStorageVersion.php:64
ilFileObjectToStorageVersion\getPath
getPath()
Definition:
class.ilFileObjectToStorageVersion.php:72
ilFileObjectToStorageVersion\$owner
int $owner
Definition:
class.ilFileObjectToStorageVersion.php:30
ilFileObjectToStorageVersion\getTitle
getTitle()
Definition:
class.ilFileObjectToStorageVersion.php:88
ilFileObjectToStorageVersion\__construct
__construct(int $version, string $path, string $filename, string $title, string $action, int $creation_date_timestamp, int $owner=6)
ilFileObjectToStorageVersion constructor.
Definition:
class.ilFileObjectToStorageVersion.php:43
ilFileObjectToStorageVersion\getOwner
getOwner()
Definition:
class.ilFileObjectToStorageVersion.php:104
ilFileObjectToStorageVersion\getCreationDateTimestamp
getCreationDateTimestamp()
Definition:
class.ilFileObjectToStorageVersion.php:112
ilFileObjectToStorageVersion\$creation_date_timestamp
int $creation_date_timestamp
Definition:
class.ilFileObjectToStorageVersion.php:31
ilFileObjectToStorageVersion\$path
string $path
Definition:
class.ilFileObjectToStorageVersion.php:26
ilFileObjectToStorageVersion\$action
string $action
Definition:
class.ilFileObjectToStorageVersion.php:29
$filename
$filename
Definition:
buildRTE.php:78
ilFileObjectToStorageVersion\getAction
getAction()
Definition:
class.ilFileObjectToStorageVersion.php:96
ilFileObjectToStorageVersion\getFileName
getFileName()
Definition:
class.ilFileObjectToStorageVersion.php:80
ILIAS\Repository\int
int(string $key)
Definition:
trait.BaseGUIRequest.php:61
ilFileObjectToStorageVersion\$title
string $title
Definition:
class.ilFileObjectToStorageVersion.php:28
ilFileObjectToStorageVersion
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
Definition:
class.ilFileObjectToStorageVersion.php:23
Modules
File
classes
Setup
class.ilFileObjectToStorageVersion.php
Generated on Tue Apr 1 2025 22:01:27 for ILIAS by
1.8.13 (using
Doxyfile
)