diff options
Diffstat (limited to 'app/class/modelart.php')
-rw-r--r-- | app/class/modelart.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/app/class/modelart.php b/app/class/modelart.php index f5b4858..8462675 100644 --- a/app/class/modelart.php +++ b/app/class/modelart.php @@ -13,6 +13,11 @@ class Modelart extends Modeldb $this->storeinit(Config::arttable()); } + /** + * Scan library for all pages as objects + * + * @return array of Pages objects + */ public function getlister() { $artlist = []; |