/adei/trunk

To get this branch, use:
bzr branch http://darksoft.org/webbzr/adei/trunk

« back to all changes in this revision

Viewing changes to classes/filters/nullfilter.php

  • Committer: Suren A. Chilingaryan
  • Date: 2012-04-04 20:54:22 UTC
  • Revision ID: csa@dside.dyndns.org-20120404205422-sjxtazxh0j3hut8y
Support Start call in the data filters, complain if ITEMFilter or EXTRACTORFilter are executed on unmasked data

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
 public function GetAllowedMask($timestamp);
5
5
}
6
6
 
7
 
class NULLFilter implements SIMPLEDataFilter {
 
7
class NULLFilter extends BASEDataFilter implements SIMPLEDataFilter {
8
8
 var $use_missing_items;
9
9
 var $limit;
10
10
 var $minimal;