offsetGet() public method

public offsetGet ( string | integer $key ) : mixed
$key string | integer
return mixed
Esempio n. 1
0
 /**
  * @param string|integer $key
  *
  * @return Subject
  */
 public function offsetGet($key)
 {
     return $this->wrap($this->arrayAccess->offsetGet($key));
 }