Bolt\Configuration\PathsProxy::offsetExists PHP Méthode

offsetExists() public méthode

public offsetExists ( $offset )
    public function offsetExists($offset)
    {
        return $this->offsetGet($offset) !== null;
    }