Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 2035... Línea 2035...
2035
     * Called by {@link moodle1_mod_resource_handler::process_resource()}
2035
     * Called by {@link moodle1_mod_resource_handler::process_resource()}
2036
     *
2036
     *
2037
     * @param array $data pre-cooked legacy resource data
2037
     * @param array $data pre-cooked legacy resource data
2038
     * @param array $raw raw legacy resource data
2038
     * @param array $raw raw legacy resource data
2039
     */
2039
     */
2040
    public function process_legacy_resource(array $data, array $raw = null) {
2040
    public function process_legacy_resource(array $data, ?array $raw = null) {
2041
    }
2041
    }
Línea 2042... Línea 2042...
2042
 
2042
 
2043
    /**
2043
    /**
2044
     * Called when the parses reaches the end </MOD> resource tag
2044
     * Called when the parses reaches the end </MOD> resource tag