ILIAS
release_8 Revision v8.24
◀ 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:144
LegacyPathHelperHelper
Definition:
LegacyPathHelperHelper.php:25
LegacyPathHelperHelper\createRelativePath
createRelativePath($absTargetDir)
Definition:
LegacyPathHelperHelper.php:26
Services
Certificate
classes
Helper
LegacyPathHelperHelper.php
Generated on Sun Nov 2 2025 22:01:31 for ILIAS by
1.9.4 (using
Doxyfile
)