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
▼
ILIAS
Test List
Todo List
Deprecated List
►
Modules
►
Namespaces
►
Data Structures
▼
Files
►
File List
►
Globals
►
Examples
•
All
Data Structures
Namespaces
Files
Functions
Variables
Modules
Pages
class.ilWebDAVObjectlessMountInstructions.php
Go to the documentation of this file.
1
<?php
2
3
4
class
ilWebDAVObjectlessMountInstructions
extends
ilWebDAVBaseMountInstructions
5
{
6
public
function
__construct
(
7
ilWebDAVMountInstructionsRepository
$a_repo,
8
ilWebDAVUriBuilder
$a_uri_builder,
9
ilSetting
$a_settings,
10
String
$language
11
) {
12
parent::__construct
($a_repo, $a_uri_builder, $a_settings, $language);
13
}
14
15
protected
function
fillPlaceholdersForMountInstructions
(array $mount_instructions) : array
16
{
17
return
$mount_instructions;
18
}
19
}
ilWebDAVObjectlessMountInstructions\__construct
__construct(ilWebDAVMountInstructionsRepository $a_repo, ilWebDAVUriBuilder $a_uri_builder, ilSetting $a_settings, String $language)
Definition:
class.ilWebDAVObjectlessMountInstructions.php:6
ilWebDAVObjectlessMountInstructions\fillPlaceholdersForMountInstructions
fillPlaceholdersForMountInstructions(array $mount_instructions)
Definition:
class.ilWebDAVObjectlessMountInstructions.php:15
ilWebDAVBaseMountInstructions
Definition:
class.ilWebDAVBaseMountInstructions.php:5
ilWebDAVUriBuilder
Definition:
class.ilWebDAVUriBuilder.php:4
ilWebDAVMountInstructionsRepository
Interface ilWebDAVMountInstructionsRepository.
Definition:
ilWebDAVMountInstructionsRepository.php:6
ilWebDAVObjectlessMountInstructions
Definition:
class.ilWebDAVObjectlessMountInstructions.php:4
ILIAS\GlobalScreen\Provider\__construct
__construct(Container $dic, ilPlugin $plugin)
Definition:
PluginProviderHelper.php:40
ilWebDAVBaseMountInstructions\$language
$language
Definition:
class.ilWebDAVBaseMountInstructions.php:17
ilSetting
Services
WebDAV
classes
mount_instructions
class.ilWebDAVObjectlessMountInstructions.php
Generated on Wed Apr 2 2025 21:01:39 for ILIAS by
1.8.13 (using
Doxyfile
)