示例#1
0
 /**
  * Set's the target for the import (table or model name).
  *
  * @param $targetName
  *
  * @return mixed
  */
 public function setTargetName($targetName)
 {
     parent::setTargetName($targetName);
     $this->setTable($targetName);
 }