From d299afb9dc15a0645c6b2ea735b2413774217c6e Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Mon, 23 Jan 2006 00:45:11 +0000 Subject: [PATCH] Making some fields private --- includes/cachev.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/cachev.php b/includes/cachev.php index 30fc759..608c234 100644 --- a/includes/cachev.php +++ b/includes/cachev.php @@ -49,18 +49,21 @@ class cacheV /** * cacheV hash * @var string + * @access private */ var $hash; /** * Record count - the number of records in cacheV * @var integer + * @access private */ var $count; /** * Memcache for all fetched revisions so we don't have to query-dupe * @var array + * @access private */ var $memcache = array('revs' => array(), 'nodes' => array()); -- 2.22.5