BookStack\Repos\ChapterRepo::getAll PHP Method

getAll() public method

Get all chapters.
public getAll ( ) : Illuminate\Database\Eloquent\Collection | static[]
return Illuminate\Database\Eloquent\Collection | static[]
    public function getAll()
    {
        return $this->chapterQuery()->all();
    }