Example #1
0
 public function copy()
 {
     $copy = parent::copy();
     $copy->setStringForFalse($this->falseString);
     $copy->setStringForTrue($this->trueString);
     $copy->setSrc($this->getSrc(), $this->manualExtractor);
     return $copy;
 }