public function PoDatabaseWriter::getOptions in Localization update 7.2
Get the options used by the writer.
1 call to PoDatabaseWriter::getOptions()
- PoDatabaseWriter::setHeader in includes/
locale/ PoDatabaseWriter.php - Implements PoMetadataInterface::setHeader().
File
- includes/
locale/ PoDatabaseWriter.php, line 112 - Definition of PoDatabaseWriter.
Class
- PoDatabaseWriter
- Gettext PO writer working with the locale module database.
Code
public function getOptions() {
return $this->_options;
}