3 namespace BookStack\Sorting;
20 public $parentChapterId;
32 public function __construct(int $id, int $sort, ?int $parentChapterId, string $type, int $parentBookId)
36 $this->parentChapterId = $parentChapterId;
38 $this->parentBookId = $parentBookId;