Proyectos de Subversion Moodle

Rev

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

Rev 510 Rev 511
Línea 2... Línea 2...
2
defined('MOODLE_INTERNAL') || die();
2
defined('MOODLE_INTERNAL') || die();
Línea 3... Línea 3...
3
 
3
 
4
$functions = array(
4
$functions = array(
5
    'block_cursos_recientes_ajax_list' => array(
5
    'block_cursos_recientes_ajax_list' => array(
6
        'classname' => 'block_cursos_recientes_ajax_external',
6
        'classname' => 'block_cursos_recientes_ajax_external',
7
        'methodname' => 'get_listado_de_cursos_recientes',
7
        'methodname' => 'get_cursos_catalogo',
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,