public function PoDatabaseWriter::getReport in Localization update 7.2
Get the report of the write operations.
File
- includes/
locale/ PoDatabaseWriter.php, line 88 - Definition of PoDatabaseWriter.
Class
- PoDatabaseWriter
- Gettext PO writer working with the locale module database.
Code
public function getReport() {
return $this->_report;
}