Extends
lithium\g11n\catalog\Adapter
Parses portable object template (POT) format.
Parameters
- resource $stream
Returns
arraySource
protected function _parsePot($stream) {
return $this->_parsePo($stream);
}
protected function _parsePot($stream) {
return $this->_parsePo($stream);
}