function PoMemoryWriter::__construct

Constructor, initialize empty items.

File

drupal/core/lib/Drupal/Component/Gettext/PoMemoryWriter.php, line 29
Definition of Drupal\Component\Gettext\PoMemoryWriter.

Class

PoMemoryWriter
Defines a Gettext PO memory writer, to be used by the installer.

Namespace

Drupal\Component\Gettext

Code

function __construct() {
  $this->_items = array();
}