Prado\I18N\core\MessageSource_gettext::isValidSource PHP Method

isValidSource() protected method

Determin if the MO file source is valid.
protected isValidSource ( $filename ) : boolean
return boolean true if valid, false otherwise.
    protected function isValidSource($filename)
    {
        return is_file($filename);
    }