mirror of
https://github.com/standardebooks/web.git
synced 2025-07-09 16:20:27 -04:00
Update wanted ebooks list
This commit is contained in:
parent
783c09864f
commit
dd8134db6f
5 changed files with 30 additions and 30 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue