Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 120... Línea 120...
120
                'type' => PARAM_INT,
120
                'type' => PARAM_INT,
121
                'description' => 'Course id',
121
                'description' => 'Course id',
122
                'optional' => true,
122
                'optional' => true,
123
                'null' => NULL_ALLOWED,
123
                'null' => NULL_ALLOWED,
124
            ],
124
            ],
-
 
125
            'coursefullname' => [
-
 
126
                'type' => PARAM_TEXT,
-
 
127
                'description' => 'Full name of the course',
-
 
128
                'optional' => true,
-
 
129
            ],
125
            'message' => [
130
            'message' => [
126
                'type' => PARAM_RAW,
131
                'type' => PARAM_RAW,
127
                'description' => 'Message',
132
                'description' => 'Message',
128
                'optional' => true,
133
                'optional' => true,
129
            ],
134
            ],
Línea 179... Línea 184...
179
                'type' => PARAM_INT,
184
                'type' => PARAM_INT,
180
                'description' => 'Visible',
185
                'description' => 'Visible',
181
                'optional' => true,
186
                'optional' => true,
182
                'default' => 0,
187
                'default' => 0,
183
            ],
188
            ],
-
 
189
            'recipientid' => [
-
 
190
                'type' => PARAM_INT,
-
 
191
                'description' => 'Id of the awarded user',
-
 
192
            ],
-
 
193
            'recipientfullname' => [
-
 
194
                'type' => PARAM_NOTAGS,
-
 
195
                'description' => 'Full name of the awarded user',
-
 
196
            ],
184
            'email' => [
197
            'email' => [
185
                'type' => PARAM_TEXT,
198
                'type' => PARAM_TEXT,
186
                'description' => 'User email',
199
                'description' => 'User email',
187
                'optional' => true,
200
                'optional' => true,
188
            ],
201
            ],
Línea 196... Línea 209...
196
                'type' => PARAM_NOTAGS,
209
                'type' => PARAM_NOTAGS,
197
                'description' => 'Language',
210
                'description' => 'Language',
198
                'optional' => true,
211
                'optional' => true,
199
                'null' => NULL_ALLOWED,
212
                'null' => NULL_ALLOWED,
200
            ],
213
            ],
201
            'imageauthorname' => [
-
 
202
                'type' => PARAM_TEXT,
-
 
203
                'description' => 'Name of the image author',
-
 
204
                'optional' => true,
-
 
205
                'null' => NULL_ALLOWED,
-
 
206
            ],
-
 
207
            'imageauthoremail' => [
-
 
208
                'type' => PARAM_TEXT,
-
 
209
                'description' => 'Email of the image author',
-
 
210
                'optional' => true,
-
 
211
                'null' => NULL_ALLOWED,
-
 
212
            ],
-
 
213
            'imageauthorurl' => [
-
 
214
                'type' => PARAM_URL,
-
 
215
                'description' => 'URL of the image author',
-
 
216
                'optional' => true,
-
 
217
                'null' => NULL_ALLOWED,
-
 
218
            ],
-
 
219
            'imagecaption' => [
214
            'imagecaption' => [
220
                'type' => PARAM_TEXT,
215
                'type' => PARAM_TEXT,
221
                'description' => 'Caption of the image',
216
                'description' => 'Caption of the image',
222
                'optional' => true,
217
                'optional' => true,
223
                'null' => NULL_ALLOWED,
218
                'null' => NULL_ALLOWED,