public function __construct(LegacyImportTask $task, $parameters, $helpers = array())
 {
     $this->targetClass = 'Comment';
     parent::__construct($task, $parameters, $helpers);
 }
 public function __construct(\LegacyImportTask $task, $parameters, $helpers = array())
 {
     $this->strategy = self::STRATEGY_TRUNCATE;
     parent::__construct($task, $parameters, $helpers);
 }
 public function __construct(LegacyImportTask $task, $parameters, $helpers = array())
 {
     $this->targetClass = 'File';
     $this->idColumns = array('Filename');
     parent::__construct($task, $parameters, $helpers);
 }