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.ilFileProperty.php
Go to the documentation of this file.
1
<?php
2
3
declare(strict_types=1);
4
5
namespace
ILIAS\Calendar\FileHandler
;
6
10
class
ilFileProperty
11
{
12
private
?
string
$absolute_path
;
13
private
?
string
$file_name
;
14
15
public
function
getAbsolutePath
(): ?string
16
{
17
return
$this->absolute_path
;
18
}
19
20
public
function
setAbsolutePath
(
string
$absolute_path): void
21
{
22
$this->absolute_path =
$absolute_path
;
23
}
24
25
public
function
getFileName
(): ?string
26
{
27
return
$this->file_name
;
28
}
29
30
public
function
setFileName
(
string
$file_name): void
31
{
32
$this->file_name =
$file_name
;
33
}
34
}
ILIAS\Calendar\FileHandler\ilFileProperty\setAbsolutePath
setAbsolutePath(string $absolute_path)
Definition:
class.ilFileProperty.php:20
ILIAS\Calendar\FileHandler\ilFileProperty\getAbsolutePath
getAbsolutePath()
Definition:
class.ilFileProperty.php:15
ILIAS\Calendar\FileHandler\ilFileProperty\getFileName
getFileName()
Definition:
class.ilFileProperty.php:25
ILIAS\Calendar\FileHandler
Definition:
class.ilFileProperty.php:5
ILIAS\Calendar\FileHandler\ilFileProperty\$file_name
string $file_name
Definition:
class.ilFileProperty.php:13
ILIAS\Calendar\FileHandler\ilFileProperty\setFileName
setFileName(string $file_name)
Definition:
class.ilFileProperty.php:30
ILIAS\Calendar\FileHandler\ilFileProperty
Definition:
class.ilFileProperty.php:10
ILIAS\Calendar\FileHandler\ilFileProperty\$absolute_path
string $absolute_path
Definition:
class.ilFileProperty.php:12
Services
Calendar
classes
FileHandler
class.ilFileProperty.php
Generated on Thu Apr 3 2025 22:01:47 for ILIAS by
1.8.13 (using
Doxyfile
)