You are here

public function PoDatabaseReader::setTextgroup in Localization update 7.2

Parameters

\string $textgroup:

File

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

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Code

public function setTextgroup($textgroup) {
  $this->_textgroup = $textgroup;
}