Prado\I18N\core\Gettext\TGettext_MO::__construct PHP Method

__construct() public method

Constructor
public __construct ( string $file = '' ) : object
$file string path to GNU MO file
return object File_Gettext_MO
    function __construct($file = '')
    {
        $this->file = $file;
    }