예제 #1
0
 /**
  * {@inheritdoc}
  */
 public function copy($entity, $deep = false)
 {
     return $this->wrapped->copy($entity, $deep);
 }