ILIAS
trunk Revision v11.0_alpha-3011-gc6b235a2e85
◀ ilDoc Overview
LegacyPathHelperHelper.php
Go to the documentation of this file.
1
<?php
2
19
declare(strict_types=1);
20
24
class
LegacyPathHelperHelper
25
{
26
public
function
createRelativePath
($absTargetDir): string
27
{
28
return
ILIAS\Filesystem\Util\LegacyPathHelper::createRelativePath
($absTargetDir);
29
}
30
}
ILIAS\Filesystem\Util\LegacyPathHelper\createRelativePath
static createRelativePath(string $absolute_path)
Creates a relative path from an absolute path which starts with a valid storage location.
Definition:
LegacyPathHelper.php:131
LegacyPathHelperHelper
Definition:
LegacyPathHelperHelper.php:25
LegacyPathHelperHelper\createRelativePath
createRelativePath($absTargetDir)
Definition:
LegacyPathHelperHelper.php:26
components
ILIAS
Certificate
classes
Helper
LegacyPathHelperHelper.php
Generated on Sat Oct 18 2025 23:02:43 for ILIAS by
1.9.4 (using
Doxyfile
)