Parses portable object template (POT) format.

Parameters

  • resource $stream

Returns

array

Source

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