Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 108... Línea 108...
108
    /**
108
    /**
109
     * Returns an instance of the form to provide evaluation settings.
109
     * Returns an instance of the form to provide evaluation settings.
110
     *
110
     *
111
     * @return workshop_best_evaluation_settings_form
111
     * @return workshop_best_evaluation_settings_form
112
     */
112
     */
113
    public function get_settings_form(moodle_url $actionurl=null) {
113
    public function get_settings_form(?moodle_url $actionurl=null) {
Línea 114... Línea 114...
114
 
114
 
115
        $customdata['workshop'] = $this->workshop;
115
        $customdata['workshop'] = $this->workshop;
116
        $customdata['current'] = $this->settings;
116
        $customdata['current'] = $this->settings;