From ae09f3296a1ba5636a2e3be2ceabdc4d9cf18510 Mon Sep 17 00:00:00 2001 From: Robert Sesek Date: Fri, 13 Jan 2006 05:20:49 +0000 Subject: [PATCH] Set access on vars --- includes/repository.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/includes/repository.php b/includes/repository.php index 9bb938f..2b99350 100644 --- a/includes/repository.php +++ b/includes/repository.php @@ -38,18 +38,21 @@ class Repository /** * Array of valid repositories * @var array + * @access private */ var $repositories = array(); /** * Root path to the repository * @var string + * @access private */ var $path; /** * Whether or not the path is a container * @var bool + * @access private */ var $container; -- 2.22.5