You are here

public function PoDatabaseWriter::__construct in Localization update 7.2

Constructor, initialize reporting array.

File

includes/locale/PoDatabaseWriter.php, line 66
Definition of PoDatabaseWriter.

Class

PoDatabaseWriter
Gettext PO writer working with the locale module database.

Code

public function __construct() {
  $this
    ->setReport();
  $this->storage = new StringDatabaseStorage();
}