Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 165... Línea 165...
165
            'hostedUrl' => [
165
            'hostedUrl' => [
166
                'type' => PARAM_RAW,
166
                'type' => PARAM_RAW,
167
                'description' => 'Identifier of the open badge for this assertion',
167
                'description' => 'Identifier of the open badge for this assertion',
168
                'optional' => true,
168
                'optional' => true,
169
            ],
169
            ],
-
 
170
            'courseid' => [
-
 
171
                'type' => PARAM_INT,
-
 
172
                'description' => 'Id of the course',
-
 
173
                'optional' => true,
-
 
174
            ],
-
 
175
            'coursefullname' => [
-
 
176
                'type' => PARAM_TEXT,
-
 
177
                'description' => 'Full name of the course',
-
 
178
                'optional' => true,
-
 
179
            ],
170
        ];
180
        ];
171
    }
181
    }
Línea 172... Línea 182...
172
 
182
 
173
    /**
183
    /**