Phalcon\Avatar\Avatarable::getAvatar PHP Méthode

getAvatar() public méthode

Gets the avatar URL based on the provided email identity.
public getAvatar ( mixed $identity ) : string
$identity mixed The identity to get the gravatar for.
Résultat string
    public function getAvatar($identity);