lithium\g11n\catalog\adapter\Gettext::_parsePot()

protected method

Parses portable object template (POT) format.

Parameters

  • resource $stream

Returns

array

Source

	protected function _parsePot($stream) {
		return $this->_parsePo($stream);
	}