Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 9... Línea 9...
9
use RecursiveIteratorIterator;
9
use RecursiveIteratorIterator;
Línea 10... Línea 10...
10
 
10
 
11
/**
11
/**
12
 * @internal
12
 * @internal
13
 */
13
 */
14
final class FileSystemHelper implements FileSystemHelperInterface
14
final readonly class FileSystemHelper implements FileSystemHelperInterface
15
{
15
{
16
    /** @var string Real path of the base folder where all the I/O can occur */
16
    /** @var string Real path of the base folder where all the I/O can occur */
Línea 17... Línea 17...
17
    private readonly string $baseFolderRealPath;
17
    private string $baseFolderRealPath;
18
 
18
 
19
    /**
19
    /**
20
     * @param string $baseFolderPath The path of the base folder where all the I/O can occur
20
     * @param string $baseFolderPath The path of the base folder where all the I/O can occur