get() public method

public get ( $key )
 /**
  * {@inheritdoc}
  */
 public function get($key)
 {
     return $this->collection->get($key);
 }