Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 35... Línea 35...
35
    private readonly Options $options;
35
    private readonly Options $options;
Línea 36... Línea 36...
36
 
36
 
37
    /** @var XMLProcessor Helper Object to process XML nodes */
37
    /** @var XMLProcessor Helper Object to process XML nodes */
Línea 38... Línea 38...
38
    private readonly XMLProcessor $xmlProcessor;
38
    private readonly XMLProcessor $xmlProcessor;
39
 
39
 
Línea 40... Línea 40...
40
    /** @var Helper\CellValueFormatter Helper to format cell values */
40
    /** @var CellValueFormatter Helper to format cell values */
41
    private readonly Helper\CellValueFormatter $cellValueFormatter;
41
    private readonly CellValueFormatter $cellValueFormatter;
Línea 42... Línea 42...
42
 
42