PhpBench\Environment\Information::offsetExists PHP Метод

offsetExists() публичный Метод

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