LaneWeChat\Core\AccessToken::_existsToken PHP Method

_existsToken() private static method

private static _existsToken ( ) : boolean
return boolean
    private static function _existsToken()
    {
        if (file_exists('token.txt')) {
            return true;
        } else {
            return false;
        }
    }