Neos\Flow\Tests\Reflection\Fixture\ArrayAccessClass::offsetExists PHP Method

offsetExists() public method

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return array_key_exists($offset, $this->array);
    }