Example #1
0
 /**
  * Prepare selectors for filtering
  *
  * Template method for descending classes to modify selectors if needed
  *
  * @param Selectors $selectors
  *
  */
 protected function filterDataSelectors(Selectors $selectors)
 {
     // @todo make it remove references to include= statements since not applicable in-memory
     parent::filterDataSelectors($selectors);
 }