3 namespace BookStack\Entities\Tools;
5 use BookStack\Entities\Models\BookChild;
23 public $parentChapterId;
41 public function __construct(int $id, int $sort, ?int $parentChapterId, string $type, int $parentBookId)
45 $this->parentChapterId = $parentChapterId;
47 $this->parentBookId = $parentBookId;