From 2e647be565845ee42e9c44e7649101f20622bd9e Mon Sep 17 00:00:00 2001 From: Andy Miller Date: Mon, 25 Feb 2019 16:30:31 -0700 Subject: [PATCH] this is deprecated... --- system/src/Grav/Common/Page/Page.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/system/src/Grav/Common/Page/Page.php b/system/src/Grav/Common/Page/Page.php index 98af671e8..e8dbad252 100644 --- a/system/src/Grav/Common/Page/Page.php +++ b/system/src/Grav/Common/Page/Page.php @@ -2186,6 +2186,7 @@ class Page implements PageInterface * @param string $var the order, either "asc" or "desc" * * @return string the order, either "asc" or "desc" + * @deprecated */ public function orderDir($var = null) { @@ -2211,6 +2212,7 @@ class Page implements PageInterface * @param string $var supported options include "default", "title", "date", and "folder" * * @return string supported options include "default", "title", "date", and "folder" + * @deprecated */ public function orderBy($var = null) { @@ -2227,6 +2229,7 @@ class Page implements PageInterface * @param string $var supported options include "default", "title", "date", and "folder" * * @return array + * @deprecated */ public function orderManual($var = null) { @@ -2244,6 +2247,7 @@ class Page implements PageInterface * @param int $var the maximum number of sub-pages * * @return int the maximum number of sub-pages + * @deprecated */ public function maxCount($var = null) {