public PoStreamWriter::setURI($uri)
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 153
Class
- PoStreamWriter
- Defines a Gettext PO stream writer.
Namespace
Drupal\Component\Gettext
Code
public function setURI($uri) { $this->_uri = $uri; }
Please login to continue.