Changed all true/false to TRUE/FALSE respectively as PHP constants are better than...
[core.git] / inc / classes / main / filter / class_
index fc442830e57aad71af9dcb33c0048481c1c6669a..cb8d461bc26466e9935a31dd3bd6a3b19b3deba7 100644 (file)
@@ -51,6 +51,7 @@ class ???Filter extends BaseFilter 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) {