Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / main / filter / class_FilterChain.php
index d1374a59245337d1452c7d37e168a13046acc64c..5b1e020218e10d98eb2771764762e6960a280cfa 100644 (file)
@@ -65,7 +65,8 @@ class FilterChain extends BaseFrameworkSystem implements Registerable {
        }
 
        /**
-        * Process all added filters
+        * Process all added filters. Please note that filters must throw
+        * FilterChainException if they need to interrupt the filter chain.
         *
         * @param       $requestInstance        An instance of a request class
         * @param       $responseInstance       An instance of a response class