Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 26... Línea 26...
26
    public const CONTENT_XML_FILE_NAME = 'content.xml';
26
    public const CONTENT_XML_FILE_NAME = 'content.xml';
27
    public const META_XML_FILE_NAME = 'meta.xml';
27
    public const META_XML_FILE_NAME = 'meta.xml';
28
    public const MIMETYPE_FILE_NAME = 'mimetype';
28
    public const MIMETYPE_FILE_NAME = 'mimetype';
29
    public const STYLES_XML_FILE_NAME = 'styles.xml';
29
    public const STYLES_XML_FILE_NAME = 'styles.xml';
Línea 30... Línea 30...
30
 
30
 
Línea 31... Línea 31...
31
    private readonly string $baseFolderRealPath;
31
    private string $baseFolderRealPath;
32
 
32
 
33
    /** @var string document creator */
33
    /** @var string document creator */
Línea 34... Línea 34...
34
    private readonly string $creator;
34
    private string $creator;
35
    private readonly CommonFileSystemHelper $baseFileSystemHelper;
35
    private CommonFileSystemHelper $baseFileSystemHelper;
Línea 36... Línea 36...
36
 
36