ILIAS
trunk Revision v12.0_alpha-1540-g00f839d5fa1
◀ ilDoc Overview
ObjectlessInstructions.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
21
namespace
ILIAS\WebDAV\Mount
;
22
23
class
ObjectlessInstructions
extends
BaseInstructions
24
{
25
protected
function
fillPlaceholdersForMountInstructions
(array $mount_instructions): array
26
{
27
return
$mount_instructions;
28
}
29
}
ILIAS\WebDAV\Mount\BaseInstructions
Definition:
BaseInstructions.php:26
ILIAS\WebDAV\Mount\ObjectlessInstructions
Definition:
ObjectlessInstructions.php:24
ILIAS\WebDAV\Mount\ObjectlessInstructions\fillPlaceholdersForMountInstructions
fillPlaceholdersForMountInstructions(array $mount_instructions)
Definition:
ObjectlessInstructions.php:25
ILIAS\WebDAV\Mount
Definition:
BaseInstructions.php:21
components
ILIAS
WebDAV
src
Mount
ObjectlessInstructions.php
Generated on Wed Jun 3 2026 23:07:35 for ILIAS by
1.9.4 (using
Doxyfile
)