function PoDatabaseWriter::__construct

Constructor, initialize reporting array.

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseWriter.php, line 68
Definition of Drupal\locale\PoDatabaseWriter.

Class

PoDatabaseWriter
Gettext PO writer working with the locale module database.

Namespace

Drupal\locale

Code

function __construct() {
  $this
    ->setReport();
}