function PoMemoryWriter::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Component/Gettext/PoMemoryWriter.php \Drupal\Component\Gettext\PoMemoryWriter::__construct()
Constructor, initialize empty items.
File
- core/
lib/ Drupal/ Component/ Gettext/ PoMemoryWriter.php, line 25 - Contains \Drupal\Component\Gettext\PoMemoryWriter.
Class
- PoMemoryWriter
- Defines a Gettext PO memory writer, to be used by the installer.
Namespace
Drupal\Component\GettextCode
function __construct() {
$this->_items = array();
}