Minor: Descriptions improved
authorRoland Haeder <roland@mxchange.org>
Fri, 17 Oct 2014 18:36:33 +0000 (20:36 +0200)
committerRoland Haeder <roland@mxchange.org>
Fri, 17 Oct 2014 18:36:33 +0000 (20:36 +0200)
Signed-off-by: Roland Häder <roland@mxchange.org>
inc/classes/interfaces/handler/class_Handleable.php
inc/classes/interfaces/handler/class_HandleableDataSet.php
inc/classes/main/handler/class_

index 90c9f02feefe278927ad6bfe8c6166448aa4fbb8..96f55fa7add67ccb04f387e3f4cc824102a26be6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A Handleable interface
+ * A general interface for handlers
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
index 140570c18bedc2fb80d39c6f848815ce0462124f..9a3f27c1a192f91daf564179caf2a63f043b23c6 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /**
- * A Handleable data set interface
+ * An interface for data set handlers
  *
  * @author             Roland Haeder <webmaster@shipsimu.org>
  * @version            0.0.0
index 6108d9cf0ed2044e0a34de1b96cc46e1a3717d2a..92d134bdfe35a3376be5938677726ec0d80df2c6 100644 (file)
@@ -21,7 +21,7 @@
  * You should have received a copy of the GNU General Public License
  * along with this program.  If not, see <http://www.gnu.org/licenses/>.
  */
-class ???Handler extends BaseHandler implements Handleable {
+class ???Handler extends BaseHandler implements Handleable___ {
        /**
         * Protected constructor
         *