mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Sort collections by their sequence number
This commit is contained in:
parent
f7e3a5c39f
commit
8efec57abd
3 changed files with 15 additions and 3 deletions
|
@ -2,6 +2,7 @@
|
|||
class Collection{
|
||||
public $Name;
|
||||
public $Url;
|
||||
public $SequenceNumber = null;
|
||||
|
||||
public function __construct(string $name){
|
||||
$this->Name = $name;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue