vibrance-z ~master (2023-07-07T05:40:45Z)
Dub
Repo
Bookshelf
web
Undocumented in source.
struct
Bookshelf {
static
Book
[]
all
;
static
Nullable
!
Book
find
(string id);
static
bool
destroy
(string id);
}
Members
Static functions
destroy
bool
destroy
(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
find
Nullable
!
Book
find
(string id)
Undocumented in source. Be warned that the author may not have intended to support it.
Static variables
all
Book
[]
all
;
Undocumented in source.
Meta
Source
See Implementation
web
classes
BookController
functions
vibrant_web
structs
Book
Bookshelf