Prado\I18N\core\Gettext\TGettext_MO::__construct PHP 메소드

__construct() 공개 메소드

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