interface PoStreamInterface

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

Hierarchy

See also

PoReaderInterface

PoWriterInterface

File

core/lib/Drupal/Component/Gettext/PoStreamInterface.php, line 11

Namespace

Drupal\Component\Gettext

Members

Name Modifiers Type Description
PoStreamInterface::close public function Close the stream.
PoStreamInterface::getURI public function Gets the URI of the PO stream that is being read or written.
PoStreamInterface::open public function Open the stream. Set the URI for the stream earlier with setURI().
PoStreamInterface::setURI public function Set the URI of the PO stream that is going to be read or written.

© 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/core!lib!Drupal!Component!Gettext!PoStreamInterface.php/interface/PoStreamInterface/8.1.x