function PoDatabaseReader::__construct

Constructor, initializes with default options.

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php, line 54
Definition of Drupal\locale\PoDatabaseReader.

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Namespace

Drupal\locale

Code

function __construct() {
  $this
    ->setOptions(array());
}