Bolt\Configuration\PathsProxy::offsetExists PHP Метод

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

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