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.ilFileProperty.php
Go to the documentation of this file.
1
<?php
2
3
namespace
ILIAS\Calendar\FileHandler
;
4
9
class
ilFileProperty
10
{
14
private
$absolute_path
;
15
16
20
private
$file_name
;
21
22
public
function
__construct
()
23
{
24
25
}
26
30
public
function
getAbsolutePath
() : string
31
{
32
return
$this->absolute_path
;
33
}
34
38
public
function
setAbsolutePath
(
string
$absolute_path
) : void
39
{
40
$this->absolute_path =
$absolute_path
;
41
}
42
46
public
function
getFileName
() : string
47
{
48
return
$this->file_name
;
49
}
50
54
public
function
setFileName
(
string
$file_name
) : void
55
{
56
$this->file_name =
$file_name
;
57
}
58
}
ILIAS\Calendar\FileHandler\ilFileProperty\setAbsolutePath
setAbsolutePath(string $absolute_path)
Definition:
class.ilFileProperty.php:38
ILIAS\Calendar\FileHandler\ilFileProperty\getAbsolutePath
getAbsolutePath()
Definition:
class.ilFileProperty.php:30
ILIAS\Calendar\FileHandler\ilFileProperty\$absolute_path
$absolute_path
Definition:
class.ilFileProperty.php:14
ILIAS\Calendar\FileHandler\ilFileProperty\getFileName
getFileName()
Definition:
class.ilFileProperty.php:46
ILIAS\Calendar\FileHandler\ilFileProperty\$file_name
$file_name
Definition:
class.ilFileProperty.php:20
ILIAS\Calendar\FileHandler
Definition:
class.ilFileProperty.php:3
ILIAS\Calendar\FileHandler\ilFileProperty\setFileName
setFileName(string $file_name)
Definition:
class.ilFileProperty.php:54
ILIAS\Calendar\FileHandler\ilFileProperty\__construct
__construct()
Definition:
class.ilFileProperty.php:22
ILIAS\Calendar\FileHandler\ilFileProperty
Definition:
class.ilFileProperty.php:9
Services
Calendar
classes
FileHandler
class.ilFileProperty.php
Generated on Wed Apr 2 2025 21:01:15 for ILIAS by
1.8.13 (using
Doxyfile
)