You are here

public function PoDatabaseReader::getOptions in Localization update 7.2

Get the options used by the reader.

File

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

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Code

public function getOptions() {
  return $this->_options;
}