app\models\User::getLastfmSessionKeyAttribute PHP 메소드

getLastfmSessionKeyAttribute() 공개 메소드

Get the user's Last.fm session key.
public getLastfmSessionKeyAttribute ( ) : string | null
리턴 string | null The key if found, or null if user isn't connected to Last.fm
    public function getLastfmSessionKeyAttribute()
    {
        return $this->getPreference('lastfm_session_key');
    }