Correct the methods in the class description.
This commit is contained in:
parent
7e0e678578
commit
80ddf8abd9
|
|
@ -3,14 +3,17 @@
|
||||||
/**
|
/**
|
||||||
* cache class provides an abstracted cache
|
* cache class provides an abstracted cache
|
||||||
*
|
*
|
||||||
* @method string send
|
* @method string set
|
||||||
|
* @method string get
|
||||||
|
* @method string delete
|
||||||
|
* @method string flush
|
||||||
*/
|
*/
|
||||||
class cache {
|
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
|
* Called when the object is created
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue