Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 50... Línea 50...
50
     * Returns the URL to the main page of this admin tool
50
     * Returns the URL to the main page of this admin tool
51
     *
51
     *
52
     * @param array optional parameters
52
     * @param array optional parameters
53
     * @return moodle_url
53
     * @return moodle_url
54
     */
54
     */
55
    public function index_url(array $params = null) {
55
    public function index_url(?array $params = null) {
56
        return new moodle_url('/admin/tool/installaddon/index.php', $params);
56
        return new moodle_url('/admin/tool/installaddon/index.php', $params);
57
    }
57
    }
Línea 58... Línea 58...
58
 
58
 
59
    /**
59
    /**