[Solar-svn] Revision 2847

pmjones at solarphp.com pmjones at solarphp.com
Sun Oct 7 17:14:21 CDT 2007


updated comments


Modified: trunk/Solar/Cli/MakeTests.php
===================================================================
--- trunk/Solar/Cli/MakeTests.php	2007-10-07 22:09:11 UTC (rev 2846)
+++ trunk/Solar/Cli/MakeTests.php	2007-10-07 22:14:20 UTC (rev 2847)
@@ -73,7 +73,7 @@
     
     /**
      * 
-     * The source class to work with
+     * The source class to work with.
      * 
      * @var string
      * 
@@ -82,7 +82,7 @@
     
     /**
      * 
-     * The target directory for writing tests
+     * The target directory for writing tests.
      * 
      * @var string
      * 

Modified: trunk/Solar/Filter/Abstract.php
===================================================================
--- trunk/Solar/Filter/Abstract.php	2007-10-07 22:09:11 UTC (rev 2846)
+++ trunk/Solar/Filter/Abstract.php	2007-10-07 22:14:20 UTC (rev 2847)
@@ -35,6 +35,8 @@
      * `filter`
      * : (Solar_Filter) The "parent" Solar_Filter object.
      * 
+     * @var array
+     * 
      */
     protected $_Solar_Filter_Abstract = array(
         'filter' => null,

Modified: trunk/Solar/Filter/ValidateCompare.php
===================================================================
--- trunk/Solar/Filter/ValidateCompare.php	2007-10-07 22:09:11 UTC (rev 2846)
+++ trunk/Solar/Filter/ValidateCompare.php	2007-10-07 22:14:20 UTC (rev 2847)
@@ -1,4 +1,31 @@
 <?php
+/**
+ * 
+ * Validates that this value is the same as some other value in the
+ * data filter chain.
+ * 
+ * @category Solar
+ * 
+ * @package Solar_Filter
+ * 
+ * @author Paul M. Jones <pmjones at solarphp.com>
+ * 
+ * @license http://opensource.org/licenses/bsd-license.php BSD
+ * 
+ * @version $Id$
+ * 
+ */
+
+/**
+ * 
+ * Validates that this value is the same as some other value in the
+ * data filter chain.
+ * 
+ * @category Solar
+ * 
+ * @package Solar_Filter
+ * 
+ */
 class Solar_Filter_ValidateCompare extends Solar_Filter_Abstract {
     
     /**

Modified: trunk/Solar/Filter.php
===================================================================
--- trunk/Solar/Filter.php	2007-10-07 22:09:11 UTC (rev 2846)
+++ trunk/Solar/Filter.php	2007-10-07 22:14:20 UTC (rev 2847)
@@ -398,6 +398,8 @@
      * 
      * Adds many filter-chain methods for a data key.
      * 
+     * @param string $key The data key.
+     * 
      * @param array $list An array of data keys and filter specifications.
      * 
      * @return void




More information about the Solar-svn mailing list