function DrupalStreamWrapperInterface::setUri

DrupalStreamWrapperInterface::setUri($uri)

Set the absolute stream resource URI.

This allows you to set the URI. Generally is only called by the factory method.

Parameters

$uri: A string containing the URI that should be used for this instance.

File

includes/stream_wrappers.inc, line 136
Drupal stream wrapper interface.

Class

DrupalStreamWrapperInterface
Drupal stream wrapper extension.

Code

function setUri($uri);

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!stream_wrappers.inc/function/DrupalStreamWrapperInterface::setUri/7.x