private property PoDatabaseReader::$_result

Store the result of the query so it can be iterated later.

Type: resource

File

drupal/core/modules/locale/lib/Drupal/locale/PoDatabaseReader.php, line 49
Definition of Drupal\locale\PoDatabaseReader.

Class

PoDatabaseReader
Gettext PO reader working with the locale module database.

Namespace

Drupal\locale

Code

private $_result;