offsetSet() public method

See also: add()
See also: set()
public offsetSet ( $offset, $value )
 /**
  * {@inheritdoc}
  */
 public function offsetSet($offset, $value)
 {
     return $this->collection->offsetSet($offset, $value);
 }