Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 49... Línea 49...
49
     * It returns the basic form with just the submit button by default. Evaluators may
49
     * It returns the basic form with just the submit button by default. Evaluators may
50
     * extend or overwrite the default form to include some custom settings.
50
     * extend or overwrite the default form to include some custom settings.
51
     *
51
     *
52
     * @return workshop_evaluation_settings_form
52
     * @return workshop_evaluation_settings_form
53
     */
53
     */
54
    public function get_settings_form(moodle_url $actionurl=null) {
54
    public function get_settings_form(?moodle_url $actionurl=null) {
Línea 55... Línea 55...
55
 
55
 
56
        $customdata = array('workshop' => $this->workshop);
56
        $customdata = array('workshop' => $this->workshop);
Línea 57... Línea 57...
57
        $attributes = array('class' => 'evalsettingsform');
57
        $attributes = array('class' => 'evalsettingsform');