Example #1
0
 /**
  * {@inheritdoc}
  */
 public function persist($element)
 {
     $this->checkType($element);
     $this->collection->add($element);
 }