web/lib/Artwork.php
2021-12-09 13:13:16 -06:00

7 lines
113 B
PHP

<?
class Artwork extends PropertiesBase{
public $ArtworkId;
public $Title;
protected $DisplayTitle = null;
}