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);