PoMemoryWriter::__construct

PoMemoryWriter::__construct()

Constructor, initialize empty items.

File

core/lib/Drupal/Component/Gettext/PoMemoryWriter.php, line 20

Class

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

Namespace

Drupal\Component\Gettext

Code

1
2
3
function __construct() {
  $this->_items = array();
}
doc_Drupal
2025-01-10 15:47:30
Comments
Leave a Comment

Please login to continue.