]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/class_FilterChain.php
Style convention applied (incomplete), pre/post filters added for form handler
[shipsimu.git] / inc / classes / main / filter / class_FilterChain.php
index a3353231bc25c74efd070392c231245212a99f9d..95450e7171a1878d94b4dba1d2248d7a6b58edd2 100644 (file)
@@ -79,6 +79,7 @@ class FilterChain extends BaseFrameworkSystem {
         */
        public function processFilters (Requestable $requestInstance, Responseable $responseInstance) {
                // Run all filters
+               //* DEBUG */ echo "COUNT=".count($this->filters)."<br />\n";
                foreach ($this->filters as $filterInstance) {
                        // Execute this filter
                        //* DEBUG */ echo "FILTER: ".$filterInstance->__toString().": Processing started.<br />\n";