瀏覽代碼

Correct the methods in the class description.

Mark Crane 10 年之前
父節點
當前提交
90abbcb70f
共有 1 個文件被更改,包括 6 次插入3 次删除
  1. 6 3
      resources/classes/cache.php

+ 6 - 3
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