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
|
@ -24,24 +24,24 @@ use function Safe\preg_replace;
|
|||
* @property array<ArtworkTag> $_Tags
|
||||
*/
|
||||
class Artwork extends PropertiesBase{
|
||||
public ?string $Name;
|
||||
public ?int $ArtworkId;
|
||||
public ?int $ArtistId;
|
||||
public ?int $CompletedYear;
|
||||
public ?bool $CompletedYearIsCirca;
|
||||
public ?DateTime $Created;
|
||||
public ?DateTime $Updated;
|
||||
public ?string $Status;
|
||||
public ?string $EbookWwwFilesystemPath;
|
||||
public ?int $SubmitterUserId;
|
||||
public ?int $ReviewerUserId;
|
||||
public ?string $MuseumUrl;
|
||||
public ?int $PublicationYear;
|
||||
public ?string $PublicationYearPageUrl;
|
||||
public ?string $CopyrightPageUrl;
|
||||
public ?string $ArtworkPageUrl;
|
||||
public ?bool $IsPublishedInUs;
|
||||
public ?string $Exception;
|
||||
public ?string $Name = null;
|
||||
public ?int $ArtworkId = null;
|
||||
public ?int $ArtistId = null;
|
||||
public ?int $CompletedYear = null;
|
||||
public ?bool $CompletedYearIsCirca = null;
|
||||
public ?DateTime $Created = null;
|
||||
public ?DateTime $Updated = null;
|
||||
public ?string $Status = null;
|
||||
public ?string $EbookWwwFilesystemPath = null;
|
||||
public ?int $SubmitterUserId = null;
|
||||
public ?int $ReviewerUserId = null;
|
||||
public ?string $MuseumUrl = null;
|
||||
public ?int $PublicationYear = null;
|
||||
public ?string $PublicationYearPageUrl = null;
|
||||
public ?string $CopyrightPageUrl = null;
|
||||
public ?string $ArtworkPageUrl = null;
|
||||
public ?bool $IsPublishedInUs = null;
|
||||
public ?string $Exception = null;
|
||||
protected ?string $_UrlName = null;
|
||||
protected ?string $_Url = null;
|
||||
protected $_Tags = null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue