offsetExists() public method

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