Example #1
0
 /**
  * @param object $item
  * @return array|null
  */
 public function save($item)
 {
     return $this->mapper->save($item);
 }