Jyxo\Gettext\Parser::__construct PHP Method

__construct() public method

Loads and parses the given file.
public __construct ( string $file )
$file string Path to the PO file.
    public function __construct(string $file)
    {
        $this->parse($file);
    }