Proyectos de Subversion Moodle

Rev

Rev 1 | Rev 500 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 499
Línea 8... Línea 8...
8
        'classpath' => 'blocks/cursos_recientes_ajax/externallib.php',
8
        'classpath' => 'blocks/cursos_recientes_ajax/externallib.php',
9
        'description' => 'List of items a user has accessed most recently.',
9
        'description' => 'List of items a user has accessed most recently.',
10
        'type' => 'read',
10
        'type' => 'read',
11
        'ajax' => true,
11
        'ajax' => true,
12
        'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
12
        'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
13
        
-
 
14
       /*
-
 
15
        'classname' => 'block_cursos_recientes_ajax\external',
-
 
16
        'methodname' => 'get_listado_de_cursos_recientes',
-
 
17
        'classpath' => '',
-
 
18
        'description' => 'List of items a user has accessed most recently.',
-
 
19
        'type' => 'read',
-
 
20
        'ajax' => true,
-
 
21
        'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
-
 
22
        */
-
 
23
    )
13
    )
24
);
-
 
25
14
);
-
 
15