mirror of
https://github.com/standardebooks/web.git
synced 2025-07-19 12:54:48 -04:00
Add series number to collection headline
This commit is contained in:
parent
2b07471252
commit
c8cacc4ace
3 changed files with 6 additions and 2 deletions
|
@ -3,6 +3,7 @@ class Collection{
|
|||
public $Name;
|
||||
public $Url;
|
||||
public $SequenceNumber = null;
|
||||
public $Type = null;
|
||||
|
||||
public function __construct(string $name){
|
||||
$this->Name = $name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue