Phalcon\Avatar\Avatarable::getAvatar PHP Method

getAvatar() public method

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