ILIAS
release_7 Revision v7.30-3-g800a261c036
◀ 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
p
r
s
t
w
+
Functions
_
a
b
c
f
g
h
i
r
s
t
w
+
Variables
$
c
d
e
f
g
h
j
l
m
p
s
t
+
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
q
r
s
t
u
v
w
x
z
+
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
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilFileObjectToStorageVersion.php
Go to the documentation of this file.
1
<?php
2
7
class
ilFileObjectToStorageVersion
8
{
12
protected
$version
;
16
protected
$path
;
20
protected
$file_name
;
24
protected
$title
;
28
protected
$action
;
32
protected
$owner
= 6;
36
protected
$creation_date_timestamp
= 0;
37
48
public
function
__construct
(
49
int
$version
,
50
string
$path
,
51
string
$filename
,
52
string
$title
,
53
string
$action
,
54
int
$creation_date_timestamp
,
55
int
$owner
= 6
56
) {
57
$this->version =
$version
;
58
$this->path =
$path
;
59
$this->file_name =
$filename
;
60
$this->title =
$title
;
61
$this->action =
$action
;
62
$this->owner =
$owner
;
63
$this->creation_date_timestamp =
$creation_date_timestamp
;
64
}
65
69
public
function
getVersion
() : int
70
{
71
return
$this->version
;
72
}
73
77
public
function
getPath
() : string
78
{
79
return
$this->path
;
80
}
81
85
public
function
getFileName
() : string
86
{
87
return
$this->file_name
;
88
}
89
93
public
function
getTitle
() : string
94
{
95
return
$this->title
;
96
}
97
101
public
function
getAction
() : string
102
{
103
return
$this->action
;
104
}
105
109
public
function
getOwner
() : int
110
{
111
return
$this->owner
;
112
}
113
117
public
function
getCreationDateTimestamp
() : int
118
{
119
return
$this->creation_date_timestamp
;
120
}
121
122
}
ilFileObjectToStorageVersion\$action
$action
Definition:
class.ilFileObjectToStorageVersion.php:28
ilFileObjectToStorageVersion\getVersion
getVersion()
Definition:
class.ilFileObjectToStorageVersion.php:69
ilFileObjectToStorageVersion\getPath
getPath()
Definition:
class.ilFileObjectToStorageVersion.php:77
ilFileObjectToStorageVersion\$owner
$owner
Definition:
class.ilFileObjectToStorageVersion.php:32
ilFileObjectToStorageVersion\getTitle
getTitle()
Definition:
class.ilFileObjectToStorageVersion.php:93
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:48
ilFileObjectToStorageVersion\getOwner
getOwner()
Definition:
class.ilFileObjectToStorageVersion.php:109
ilFileObjectToStorageVersion\$version
$version
Definition:
class.ilFileObjectToStorageVersion.php:12
ilFileObjectToStorageVersion\getCreationDateTimestamp
getCreationDateTimestamp()
Definition:
class.ilFileObjectToStorageVersion.php:117
ilFileObjectToStorageVersion\$file_name
$file_name
Definition:
class.ilFileObjectToStorageVersion.php:20
ilFileObjectToStorageVersion\$creation_date_timestamp
$creation_date_timestamp
Definition:
class.ilFileObjectToStorageVersion.php:36
$filename
$filename
Definition:
buildRTE.php:89
ilFileObjectToStorageVersion\$path
$path
Definition:
class.ilFileObjectToStorageVersion.php:16
ilFileObjectToStorageVersion\getAction
getAction()
Definition:
class.ilFileObjectToStorageVersion.php:101
ilFileObjectToStorageVersion\getFileName
getFileName()
Definition:
class.ilFileObjectToStorageVersion.php:85
ilFileObjectToStorageVersion
Class ilFileObjectToStorageVersion.
Definition:
class.ilFileObjectToStorageVersion.php:7
ilFileObjectToStorageVersion\$title
$title
Definition:
class.ilFileObjectToStorageVersion.php:24
Modules
File
classes
Setup
class.ilFileObjectToStorageVersion.php
Generated on Sun Apr 6 2025 21:00:59 for ILIAS by
1.8.13 (using
Doxyfile
)