You are here

public function PoDatabaseReader::__construct in Localization update 7.2

Constructor, initializes with default options.

File

includes/locale/PoDatabaseReader.php, line 60
Definition of PoDatabaseReader.

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Code

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