mirror of
https://github.com/standardebooks/web.git
synced 2025-07-16 03:16:36 -04:00
Add a CollectionMembership class
This commit is contained in:
parent
a25660bc8b
commit
ee29c526f8
7 changed files with 184 additions and 62 deletions
12
lib/CollectionMembership.php
Normal file
12
lib/CollectionMembership.php
Normal file
|
@ -0,0 +1,12 @@
|
|||
<?
|
||||
use function Safe\preg_replace;
|
||||
|
||||
/**
|
||||
* @property Collection $Collection
|
||||
*/
|
||||
class CollectionMembership{
|
||||
use Traits\Accessor;
|
||||
|
||||
public ?int $SequenceNumber = null;
|
||||
protected ?Collection $_Collection = null;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue