Stichoza\GoogleTranslate\TranslateClient::staticGetLastDetectedSource PHP Method

staticGetLastDetectedSource() private static method

Get last detected language.
private static staticGetLastDetectedSource ( ) : string | boolean
return string | boolean Last detected language or boolean FALSE
    private static function staticGetLastDetectedSource()
    {
        return self::$lastDetectedSource;
    }