public function PoStreamWriter::setURI in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Gettext/PoStreamWriter.php \Drupal\Component\Gettext\PoStreamWriter::setURI()
Set the URI of the PO stream that is going to be read or written.
Parameters
$uri: URI string to set for this stream.
Overrides PoStreamInterface::setURI
File
- core/
lib/ Drupal/ Component/ Gettext/ PoStreamWriter.php, line 158 - Contains \Drupal\Component\Gettext\PoStreamWriter.
Class
- PoStreamWriter
- Defines a Gettext PO stream writer.
Namespace
Drupal\Component\GettextCode
public function setURI($uri) {
$this->_uri = $uri;
}