From 0d863868d69d9e2c9ae3f6f0b22b4d3a1be73ee2 Mon Sep 17 00:00:00 2001 From: vincent-peugnet Date: Sat, 17 Aug 2019 00:02:21 +0200 Subject: Feature : list is going to work soon --- app/class/modelart.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'app/class/modelart.php') 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 = []; -- cgit v1.2.3