From 80ddf8abd9cd11c9c0a113ae717dc924280a6f0f Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Thu, 15 Jan 2015 18:19:54 +0000 Subject: [PATCH] Correct the methods in the class description. --- resources/classes/cache.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/resources/classes/cache.php b/resources/classes/cache.php index f01b1376ee..aa20067284 100644 --- a/resources/classes/cache.php +++ b/resources/classes/cache.php @@ -3,14 +3,17 @@ /** * cache class provides an abstracted cache * - * @method string send + * @method string set + * @method string get + * @method string delete + * @method string flush */ class cache { /** - * @var string $type type of cache current options memcache + * @var string $zzz description for the variable */ - private $zzz; + //private $zzz; /** * Called when the object is created