PhpBench\Environment\Information::offsetExists PHP Méthode

offsetExists() public méthode

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