1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-07-31 15:24:31 +03:00

ZIP Exports: Added core logic for books/chapters

This commit is contained in:
Dan Brown
2024-10-23 11:30:32 +01:00
parent f732ef05d5
commit 42ada66fdd
7 changed files with 195 additions and 9 deletions

View File

@ -60,6 +60,7 @@ class Chapter extends BookChild
/**
* Get the visible pages in this chapter.
* @returns Collection<Page>
*/
public function getVisiblePages(): Collection
{