From 4587b7baabb950a91722f9c832b01bd1472f6355 Mon Sep 17 00:00:00 2001 From: Demian Katz <demian.katz@villanova.edu> Date: Mon, 13 May 2013 13:34:15 -0400 Subject: [PATCH] Added comments. --- module/VuFind/src/VuFind/Config/Writer.php | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/module/VuFind/src/VuFind/Config/Writer.php b/module/VuFind/src/VuFind/Config/Writer.php index bb5da67b58f..315a633bbbd 100644 --- a/module/VuFind/src/VuFind/Config/Writer.php +++ b/module/VuFind/src/VuFind/Config/Writer.php @@ -38,7 +38,18 @@ namespace VuFind\Config; */ class Writer { + /** + * Configuration file to write + * + * @var string + */ protected $filename; + + /** + * Content of file + * + * @var string + */ protected $content; /** -- GitLab