예제 #1
0
 /**
  * @param ImportedBrand $source
  * @param Brand $destination
  * @return mixed
  */
 public function map($source, $destination)
 {
     $destination->setArtsysID($source->getCode());
     $destination->setName($source->getName());
     return $destination;
 }