You are here

public function PoStreamInterface::setURI in Localization update 7.2

Set the URI of the PO stream that is going to be read or written.

Parameters

string $uri: URI string to set for this stream.

2 methods override PoStreamInterface::setURI()
PoStreamReader::setURI in includes/gettext/PoStreamReader.php
Implements PoStreamInterface::setURI().
PoStreamWriter::setURI in includes/gettext/PoStreamWriter.php
Implements PoStreamInterface::setURI().

File

includes/gettext/PoStreamInterface.php, line 40
Definition of Drupal\Component\Gettext\PoStreamInterface.

Class

PoStreamInterface
Common functions for file/stream based PO readers/writers.

Code

public function setURI($uri);