ILIAS
release_5-0 Revision 5.0.0-1144-gc4397b1f870
◀ ilDoc Overview
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
+
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
k
l
m
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.ilVerificationStorageFile.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2010 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
include_once(
'Services/FileSystem/classes/class.ilFileSystemStorage.php'
);
12
class
ilVerificationStorageFile
extends
ilFileSystemStorage
13
{
23
public
function
__construct
($a_container_id = 0)
24
{
25
parent::__construct(self::STORAGE_DATA,
true
,$a_container_id);
26
}
27
34
protected
function
getPathPostfix
()
35
{
36
return
'vrfc'
;
37
}
38
45
protected
function
getPathPrefix
()
46
{
47
return
'ilVerification'
;
48
}
49
}
50
?>
ilVerificationStorageFile\getPathPrefix
getPathPrefix()
Implementation of abstract method.
Definition:
class.ilVerificationStorageFile.php:45
ilVerificationStorageFile\__construct
__construct($a_container_id=0)
Constructor.
Definition:
class.ilVerificationStorageFile.php:23
ilVerificationStorageFile
Definition:
class.ilVerificationStorageFile.php:12
ilFileSystemStorage
Definition:
class.ilFileSystemStorage.php:34
ilVerificationStorageFile\getPathPostfix
getPathPostfix()
Implementation of abstract method.
Definition:
class.ilVerificationStorageFile.php:34
Services
Verification
classes
class.ilVerificationStorageFile.php
Generated on Mon Mar 31 2025 19:00:54 for ILIAS by
1.8.13 (using
Doxyfile
)