ILIAS
release_8 Revision v8.23
◀ 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\createRelativePath
createRelativePath($absTargetDir)
Definition:
LegacyPathHelperHelper.php:26
LegacyPathHelperHelper
Definition:
LegacyPathHelperHelper.php:24
Services
Certificate
classes
Helper
LegacyPathHelperHelper.php
Generated on Wed Sep 3 2025 22:01:53 for ILIAS by
1.8.13 (using
Doxyfile
)