PhpSpec\ObjectBehavior::offsetExists PHP 메소드

offsetExists() 공개 메소드

Checks if a key exists in case object implements ArrayAccess
public offsetExists ( string | integer $key ) : Subject
$key string | integer
리턴 PhpSpec\Wrapper\Subject
    public function offsetExists($key)
    {
        return $this->object->offsetExists($key);
    }