Update wanted ebooks list

This commit is contained in:
Alex Cabal 2024-01-08 16:10:54 -06:00
parent 783c09864f
commit dd8134db6f
5 changed files with 30 additions and 30 deletions

View file

@ -8,13 +8,13 @@ use function Safe\date;
* @property array<string> $_AlternateSpellings
*/
class Artist extends PropertiesBase{
public ?int $ArtistId;
public ?string $Name;
public ?int $DeathYear;
public ?datetime $Created;
public ?datetime $Updated;
protected ?string $_UrlName;
protected $_AlternateSpellings;
public ?int $ArtistId = null;
public ?string $Name = null;
public ?int $DeathYear = null;
public ?datetime $Created = null;
public ?datetime $Updated = null;
protected ?string $_UrlName = null;
protected $_AlternateSpellings;
// *******
// GETTERS