Phalcon\Avatar\Avatarable::getAvatar PHP Метод

getAvatar() публичный Метод

Gets the avatar URL based on the provided email identity.
public getAvatar ( mixed $identity ) : string
$identity mixed The identity to get the gravatar for.
Результат string
    public function getAvatar($identity);