BookStack\Repos\ChapterRepo::chapterQuery PHP Метод

chapterQuery() приватный Метод

Base query for getting chapters, Takes permissions into account.
private chapterQuery ( ) : mixed
Результат mixed
    private function chapterQuery()
    {
        return $this->permissionService->enforceChapterRestrictions($this->chapter, 'view');
    }