3 namespace BookStack\Entities\Tools;
21 public $parentChapterId;
34 public function __construct(int $id, int $sort, ?int $parentChapterId, string $type, int $parentBookId)
38 $this->parentChapterId = $parentChapterId;
40 $this->parentBookId = $parentBookId;