ILIAS
release_4-4 Revision
◀ 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
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
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.ilFSStoragePreview.php
Go to the documentation of this file.
1
<?php
2
/* Copyright (c) 1998-2013 ILIAS open source, Extended GPL, see docs/LICENSE */
3
4
require_once(
"./Services/FileSystem/classes/class.ilFileSystemStorage.php"
);
5
14
class
ilFSStoragePreview
extends
ilFileSystemStorage
15
{
25
public
function
__construct
($a_container_id = 0)
26
{
27
parent::__construct(self::STORAGE_WEB,
true
, $a_container_id);
28
}
29
39
protected
function
getPathPostfix
()
40
{
41
return
"preview"
;
42
}
43
52
protected
function
getPathPrefix
()
53
{
54
return
"previews"
;
55
}
56
}
57
?>
ilFSStoragePreview
Definition:
class.ilFSStoragePreview.php:14
ilFSStoragePreview\getPathPrefix
getPathPrefix()
Get path prefix.
Definition:
class.ilFSStoragePreview.php:52
ilFSStoragePreview\getPathPostfix
getPathPostfix()
Get directory name.
Definition:
class.ilFSStoragePreview.php:39
ilFSStoragePreview\__construct
__construct($a_container_id=0)
Constructor.
Definition:
class.ilFSStoragePreview.php:25
ilFileSystemStorage
Definition:
class.ilFileSystemStorage.php:34
Services
Preview
classes
class.ilFSStoragePreview.php
Generated on Mon Dec 21 2020 19:01:22 for ILIAS by
1.8.13 (using
Doxyfile
)