aboutsummaryrefslogtreecommitdiff
path: root/lib/posts.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/posts.php')
-rw-r--r--lib/posts.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/posts.php b/lib/posts.php
index bf8d149..1537749 100644
--- a/lib/posts.php
+++ b/lib/posts.php
@@ -23,6 +23,9 @@ class posts {
return (int)$db->result($db->query($sql, $tag_id));
}
+ /**
+ * @return Post[]
+ */
public static function getPosts(int $offset = 0, int $count = -1, bool $include_hidden = false): array {
$db = getDb();
$sql = "SELECT * FROM posts";