Rev 512 | AutorÃa | Comparar con el anterior | Ultima modificación | Ver Log |
<?php
defined('MOODLE_INTERNAL') || die();
$functions = array(
'block_cursos_recientes_ajax_list' => array(
'classname' => 'block_cursos_recientes_ajax_external',
'methodname' => 'get_listado_de_cursos_recientes',
'classpath' => 'blocks/cursos_recientes_ajax/externallib.php',
'description' => 'List of items a user has accessed most recently',
'type' => 'read',
'ajax' => true,
'services' => array(MOODLE_OFFICIAL_MOBILE_SERVICE),
)
);