You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Not exactly an issue, but is there way to access private variables in search() result;
for example:
[type:MusicBrainz\Artist:private] => Group
[sortName:MusicBrainz\Artist:private] => AFI
[gender:MusicBrainz\Artist:private] =>
[country:MusicBrainz\Artist:private] => US
[beginDate:MusicBrainz\Artist:private] => 1991
[endDate:MusicBrainz\Artist:private] =>
[data:MusicBrainz\Artist:private] => Array
There are functions getName(), getScore(), getType(), getRelease() in Artists class, but i didn't find getGender(), getCountry() and so on.
Is there a different way to get this information? I can add my own methods, but this will get reset on next composer update :( Am I missing something?
The text was updated successfully, but these errors were encountered:
Not exactly an issue, but is there way to access private variables in search() result;
for example:
[type:MusicBrainz\Artist:private] => Group
[sortName:MusicBrainz\Artist:private] => AFI
[gender:MusicBrainz\Artist:private] =>
[country:MusicBrainz\Artist:private] => US
[beginDate:MusicBrainz\Artist:private] => 1991
[endDate:MusicBrainz\Artist:private] =>
[data:MusicBrainz\Artist:private] => Array
There are functions getName(), getScore(), getType(), getRelease() in Artists class, but i didn't find getGender(), getCountry() and so on.
Is there a different way to get this information? I can add my own methods, but this will get reset on next composer update :( Am I missing something?
The text was updated successfully, but these errors were encountered: