get() public method

public get ( $key )
コード例 #1
0
 /**
  * {@inheritdoc}
  */
 public function get($key)
 {
     return $this->collection->get($key);
 }