Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 18... Línea 18...
18
    /**
18
    /**
19
     * @param string $file File in which the definitions are returned as an array.
19
     * @param string $file File in which the definitions are returned as an array.
20
     */
20
     */
21
    public function __construct(
21
    public function __construct(
22
        private string $file,
22
        private string $file,
23
        Autowiring $autowiring = null,
23
        ?Autowiring $autowiring = null,
24
    ) {
24
    ) {
25
        // Lazy-loading to improve performances
25
        // Lazy-loading to improve performances
26
        parent::__construct([], $autowiring);
26
        parent::__construct([], $autowiring);
27
    }
27
    }