Example #1
0
 /**
  * @param string|integer $key
  *
  * @return Subject
  */
 public function offsetExists($key)
 {
     return $this->wrap($this->arrayAccess->offSetExists($key));
 }