]> git.mxchange.org Git - core.git/blobdiff - inc/classes/main/filter/class_
Added new interfaces Handleable/-DataSet and ProtocolHandler (no content yet).
[core.git] / inc / classes / main / filter / class_
index 6474b523b1b4e69bf29fd54a4570e7c38d0a822c..8eff8cb4f6cac462b981516f75bdd941a259315a 100644 (file)
@@ -4,7 +4,7 @@
  *
  * @author             Roland Haeder <webmaster@ship-simu.org>
  * @version            0.0.0
- * @copyright  Copyright (c) 2007 - 2009 Roland Haeder, this is free software
+ * @copyright  Copyright (c) 2007, 2008 Roland Haeder, 2009 - 2014 Core Developer Team
  * @license            GNU GPL 3.0 or any newer version
  * @link               http://www.ship-simu.org
  *
@@ -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 ???Filter extends BaseFrameworkSystem implements Filterable {
+class ???Filter extends BaseFilter implements Filterable {
        /**
         * Protected constructor
         *
@@ -35,7 +35,7 @@ class ???Filter extends BaseFrameworkSystem implements Filterable {
        /**
         * Creates an instance of this filter class
         *
-        * @return      $filterInstance                 An instance of this filter class
+        * @return      $filterInstance         An instance of this filter class
         */
        public final static function create???Filter () {
                // Get a new instance
@@ -51,6 +51,7 @@ class ???Filter extends BaseFrameworkSystem implements Filterable {
         * @param       $requestInstance        An instance of a class with an Requestable interface
         * @param       $responseInstance       An instance of a class with an Responseable interface
         * @return      void
+        * @throws      FilterChainException    If this filter fails to operate
         * @todo        0% done
         */
        public function execute (Requestable $requestInstance, Responseable $responseInstance) {