mirror of
https://github.com/standardebooks/web.git
synced 2025-07-21 06:45:14 -04:00
Add new methods to DbConnection class
This commit is contained in:
parent
acb6b2949f
commit
52e177b886
3 changed files with 246 additions and 111 deletions
|
@ -175,7 +175,7 @@ class Library{
|
|||
*/
|
||||
public static function FilterArtwork(string $query = null, string $status = null, ArtworkSort $sort = null, int $submitterUserId = null, int $page = 1, int $perPage = ARTWORK_PER_PAGE): array{
|
||||
// Returns an array of:
|
||||
// ['artworks'] => Array<Artwork>,
|
||||
// ['artworks'] => array<Artwork>,
|
||||
// ['artworksCount'] => int
|
||||
//
|
||||
// $status is either the string value of an ArtworkStatus enum, or one of these special statuses:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue