PoDatabaseWriter::__construct

public PoDatabaseWriter::__construct()

Constructor, initialize reporting array.

File

core/modules/locale/src/PoDatabaseWriter.php, line 61

Class

PoDatabaseWriter
Gettext PO writer working with the locale module database.

Namespace

Drupal\locale

Code

public function __construct() {
  $this->setReport();
}
doc_Drupal
2016-10-29 09:34:28
Comments
Leave a Comment

Please login to continue.