mirror of
https://github.com/standardebooks/web.git
synced 2025-07-07 07:10:29 -04:00
7 lines
113 B
PHP
7 lines
113 B
PHP
<?
|
|
|
|
class Artwork extends PropertiesBase{
|
|
public $ArtworkId;
|
|
public $Title;
|
|
protected $DisplayTitle = null;
|
|
}
|