ILIAS
trunk Revision v11.0_alpha-2662-g519ff7d528f
◀ 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\createRelativePath
createRelativePath($absTargetDir)
Definition:
LegacyPathHelperHelper.php:26
LegacyPathHelperHelper
Definition:
LegacyPathHelperHelper.php:24
components
ILIAS
Certificate
classes
Helper
LegacyPathHelperHelper.php
Generated on Wed Sep 3 2025 23:02:33 for ILIAS by
1.8.13 (using
Doxyfile
)