function DrupalRemoteStreamWrapper::setUri in Remote Stream Wrapper 7
Base implementation of setUri().
Overrides DrupalStreamWrapperInterface::setUri
File
- ./
remote_stream_wrapper.inc, line 49
Class
- DrupalRemoteStreamWrapper
- Stream wrapper to support local files.
Code
function setUri($uri) {
$this->uri = $uri;
}