Example #1
0
 function addIgnoreFields($fields)
 {
     self::$IGNORE_FIELDS = array_merge(self::$IGNORE_FIELDS, $fields);
 }