Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 413... Línea 413...
413
     * @param int $size The size of the image to return
413
     * @param int $size The size of the image to return
414
     * @return moodle_url
414
     * @return moodle_url
415
     */
415
     */
416
    public function get_author_profile_image_url(
416
    public function get_author_profile_image_url(
417
        author_entity $author,
417
        author_entity $author,
418
        int $authorcontextid = null,
418
        ?int $authorcontextid = null,
419
        int $size = 100
419
        int $size = 100
420
    ): moodle_url {
420
    ): moodle_url {
421
        global $PAGE;
421
        global $PAGE;
Línea 422... Línea 422...
422
 
422