Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 189... Línea 189...
189
                'tool_mobile_androidappid' => new external_value(PARAM_NOTAGS, 'Android app\'s unique identifier.',
189
                'tool_mobile_androidappid' => new external_value(PARAM_NOTAGS, 'Android app\'s unique identifier.',
190
                    VALUE_OPTIONAL),
190
                    VALUE_OPTIONAL),
191
                'tool_mobile_setuplink' => new external_value(PARAM_URL, 'App download page.', VALUE_OPTIONAL),
191
                'tool_mobile_setuplink' => new external_value(PARAM_URL, 'App download page.', VALUE_OPTIONAL),
192
                'tool_mobile_qrcodetype' => new external_value(PARAM_INT, 'QR login configuration.', VALUE_OPTIONAL),
192
                'tool_mobile_qrcodetype' => new external_value(PARAM_INT, 'QR login configuration.', VALUE_OPTIONAL),
193
                'warnings' => new external_warnings(),
193
                'warnings' => new external_warnings(),
-
 
194
                'showloginform' => new external_value(PARAM_INT, 'Display default login form.'),
194
            )
195
            )
195
        );
196
        );
196
    }
197
    }
Línea 197... Línea 198...
197
 
198