Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 23... Línea 23...
23
 */
23
 */
Línea 24... Línea 24...
24
 
24
 
Línea 25... Línea 25...
25
defined('MOODLE_INTERNAL') || die();
25
defined('MOODLE_INTERNAL') || die();
26
 
-
 
27
$functions = array(
-
 
28
 
-
 
29
    'report_insights_set_notuseful_prediction' => array(
-
 
30
        'classname'   => 'report_insights\external',
-
 
31
        'methodname'  => 'set_notuseful_prediction',
-
 
32
        'description' => 'Flags the prediction as not useful.',
-
 
33
        'type'        => 'write',
-
 
34
        'ajax'          => true,
-
 
35
        'services'    => array(MOODLE_OFFICIAL_MOBILE_SERVICE)
-
 
36
    ),
-
 
37
 
-
 
38
    'report_insights_set_fixed_prediction' => array(
-
 
39
        'classname'   => 'report_insights\external',
-
 
40
        'methodname'  => 'set_fixed_prediction',
-
 
41
        'description' => 'Flags a prediction as fixed.',
-
 
42
        'type'        => 'write',
-
 
43
        'services'    => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
-
 
44
        'ajax'          => true,
-
 
45
    ),
26
 
46
 
27
$functions = array(
47
    'report_insights_action_executed' => array(
28
    'report_insights_action_executed' => array(
48
        'classname'   => 'report_insights\external',
29
        'classname'   => 'report_insights\external',
49
        'methodname'  => 'action_executed',
30
        'methodname'  => 'action_executed',