]> git.mxchange.org Git - shipsimu.git/blobdiff - inc/classes/main/filter/null/class_NullFilter.php
Login and auth classes added. WARNING: All class config entries must end with _class!
[shipsimu.git] / inc / classes / main / filter / null / class_NullFilter.php
index 9a8a1ad6848f1a0e8c7803a53e085317e9d21ef0..ef9c70c3fd2ce8d7c527ed8d87e98e51a714091d 100644 (file)
@@ -22,9 +22,9 @@
  * 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 NullFilter extends BaseFrameworkSystem implements Filterable {
+class NullFilter extends BaseFilter implements Filterable {
        /**
-        * Private constructor
+        * Protected constructor
         *
         * @return      void
         */
@@ -36,11 +36,7 @@ class NullFilter extends BaseFrameworkSystem implements Filterable {
                $this->setObjectDescription("A null filter");
 
                // Create unique ID number
-               $this->createUniqueID();
-
-               // Clean up a little
-               $this->removeNumberFormaters();
-               $this->removeSystemArray();
+               $this->generateUniqueId();
        }
 
        /**