PoStreamReader::setURI

public PoStreamReader::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/PoStreamReader.php, line 139

Class

PoStreamReader
Implements Gettext PO stream reader.

Namespace

Drupal\Component\Gettext

Code

public function setURI($uri) {
  $this->_uri = $uri;
}
doc_Drupal
2016-10-29 09:34:46
Comments
Leave a Comment

Please login to continue.