AbstractVariables::offsetExists( $offset )

{@inheritdoc}


Source

File: vendor/vlucas/phpdotenv/src/Environment/AbstractVariables.php

    public function offsetExists($offset)
    {
        return $this->has($offset);
    }