Index
A
- AbstractYfyHttpClient — Class in namespace Fangcloud\HttpClient
- Class AbstractYfyHttpClient
- YfyRequestBuilder::addHeader() — Method in class YfyRequestBuilder
- 增加一个header
- YfyRequestBuilder::addPathParam() — Method in class YfyRequestBuilder
- 增加一个路径参数
- YfyRequestBuilder::addQueryParam() — Method in class YfyRequestBuilder
- 增加一个query参数
- YfyRequestBuilder::addFormParam() — Method in class YfyRequestBuilder
- 增加一个表单参数
- YfyRequestBuilder::addFile() — Method in class YfyRequestBuilder
- 增加一个通过multipart方式上传的文件
- $YfyAppInfo — Property in class YfyAppInfo
- $YfyAppInfo — Property in class YfyAppInfo
B
- $YfyRawResponse — Property in class YfyRawResponse
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- YfyRequestBuilder::build() — Method in class YfyRequestBuilder
- 构造request
- RandomStringGeneratorTrait::binToHex() — Method in class RandomStringGeneratorTrait
- Converts binary data to hexadecimal of arbitrary length.
C
- YfyCommentClient::create() — Method in class YfyCommentClient
- 创建评论
- YfyFileClient::copy() — Method in class YfyFileClient
- 复制文件
- YfyFolderClient::create() — Method in class YfyFolderClient
- 创建文件夹
- YfyShareLinkClient::create() — Method in class YfyShareLinkClient
- 创建分享链接
- YfyTrashClient::clear() — Method in class YfyTrashClient
- 清空回收站
- $YfySdkException — Property in class YfySdkException
- YfyHttpClientFactory::createHttpClient() — Method in class YfyHttpClientFactory
- 创建一个http client
- YfyRawResponse::createDownloadFile() — Method in class YfyRawResponse
- 将请求返回结果以DownloadFile的形式返回给用户
- $YfyRequest — Property in class YfyRequest
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- PersistentDataHandlerFactory::createPersistentDataHandler() — Method in class PersistentDataHandlerFactory
- 创建一个默认的持久化数据处理器
- RandomStringGeneratorFactory::createRandomStringGenerator() — Method in class RandomStringGeneratorFactory
- 创建一个随机字符串生成器
- $YfyAppInfo — Property in class YfyAppInfo
- $YfyAppInfo — Property in class YfyAppInfo
- YfyAppInfo::checkInit() — Method in class YfyAppInfo
- 检测是否正确初始化
- YfyClient::collabs() — Method in class YfyClient
- 返回协作操作
- YfyClient::comments() — Method in class YfyClient
- 返回评论操作
D
- YfyCollabClient::delete() — Method in class YfyCollabClient
- 删除协作
- YfyCommentClient::delete() — Method in class YfyCommentClient
- 删除评论
- YfyFileClient::deleteToTrash() — Method in class YfyFileClient
- 删除文件至回收站
- YfyFileClient::deleteFromTrash() — Method in class YfyFileClient
- 从回收站删除文件
- YfyFileClient::deleteVersion() — Method in class YfyFileClient
- 删除文件版本
- YfyFileClient::download() — Method in class YfyFileClient
- 下载文件
- YfyFolderClient::deleteToTrash() — Method in class YfyFolderClient
- 删除文件夹至回收站
- YfyFolderClient::deleteFromTrash() — Method in class YfyFolderClient
- 从回收站删除文件夹
- YfyUserClient::downloadProfilePic() — Method in class YfyUserClient
- 下载用户头像
- DownloadFile — Class in namespace Fangcloud\Download
- Class DownloadFile
- HttpUtil::detectFilename() — Method in class HttpUtil
- 从response headers中检测文件名
E
- YfyBaseApiClient::execute() — Method in class YfyBaseApiClient
- 执行请求, 调用realExecute, 封装了重试的逻辑
- OAuthClient::execute() — Method in class OAuthClient
- 执行所有授权请求, 并且进行错误处理
- Enum — Class in namespace Fangcloud\Constant
- Class Enum
- $YfyRequestBuilder — Property in class YfyRequestBuilder
F
- OAuthClient::finishAuthorizationCodeFlow() — Method in class OAuthClient
- 结束授权码流程
- $YfyRequest — Property in class YfyRequest
- $YfyRequest — Property in class YfyRequest
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- YfyRequestBuilder::factory() — Method in class YfyRequestBuilder
- 创建一个工厂实例
- YfyClient::files() — Method in class YfyClient
- 返回文件操作
- YfyClient::folders() — Method in class YfyClient
- 返回文件夹操作
G
- YfyCollabClient::getInfo() — Method in class YfyCollabClient
- 获取协作信息
- YfyFileClient::getInfo() — Method in class YfyFileClient
- 获取文件信息
- YfyFileClient::getTrashInfo() — Method in class YfyFileClient
- 获取在回收站中的文件信息
- YfyFileClient::getVersionInfo() — Method in class YfyFileClient
- 获取文件的特定版本信息
- YfyFileClient::getUploadFileUrl() — Method in class YfyFileClient
- 获取上传文件url
- YfyFileClient::getUploadNewVersionUrl() — Method in class YfyFileClient
- 获取上传文件新版本url
- YfyFileClient::getDownloadUrl() — Method in class YfyFileClient
- 获取下载文件的url
- YfyFolderClient::getInfo() — Method in class YfyFolderClient
- 获取文件夹信息
- YfyFolderClient::getTrashInfo() — Method in class YfyFolderClient
- 获取在回收站中的文件夹信息
- YfyShareLinkClient::getInfo() — Method in class YfyShareLinkClient
- 获取分享链接信息
- YfyUserClient::getSelf() — Method in class YfyUserClient
- 返回用户个人信息
- YfyUserClient::getUser() — Method in class YfyUserClient
- 返回指定用户信息
- OAuthClient::getTokenByPasswordFlow() — Method in class OAuthClient
- 通过密码模式获取token
- OAuthClient::getAuthorizationUrl() — Method in class OAuthClient
- 获取授权url
- DownloadFile::getName() — Method in class DownloadFile
- 获取下载的文件名
- DownloadFile::getStream() — Method in class DownloadFile
- 获取下载的文件流
- YfySdkException::getRequestId() — Method in class YfySdkException
- 获取request id
- YfySdkException::getErrors() — Method in class YfySdkException
- 获取错误信息
- $YfyGuzzleHttpClient — Property in class YfyGuzzleHttpClient
- YfyRawResponse::getHeaders() — Method in class YfyRawResponse
- 获取header数组
- YfyRawResponse::getBody() — Method in class YfyRawResponse
- 获取返回的流
- YfyRawResponse::getHttpResponseCode() — Method in class YfyRawResponse
- 获取返回的status code
- YfyRequest::getConnectTimeout() — Method in class YfyRequest
- 获取连接超时时间
- YfyRequest::getTimeout() — Method in class YfyRequest
- 获取请求超时时间
- YfyRequest::getMethod() — Method in class YfyRequest
- 获取请求方法
- YfyRequest::getUrl() — Method in class YfyRequest
- 获取请求url
- YfyRequest::getHeaders() — Method in class YfyRequest
- 获取请求header数组
- YfyRequest::getQueryParams() — Method in class YfyRequest
- 获取请求query参数
- YfyRequest::getFormParams() — Method in class YfyRequest
- 获取请求表单参数
- YfyRequest::getJson() — Method in class YfyRequest
- 获取请求json参数
- YfyRequest::getFiles() — Method in class YfyRequest
- 获取通过multipart方式上传的文件
- NoopPersistentDataHandler::get() — Method in class NoopPersistentDataHandler
- 从持久化数据存储中根据key获取一个value
- PersistentDataHandler::get() — Method in class PersistentDataHandler
- 从持久化数据存储中根据key获取一个value
- YfySessionPersistentDataHandler::get() — Method in class YfySessionPersistentDataHandler
- 从持久化数据存储中根据key获取一个value
- McryptRandomStringGenerator::getRandomString() — Method in class McryptRandomStringGenerator
- 生成一个指定长度的随机字符串
- OpenSslRandomStringGenerator::getRandomString() — Method in class OpenSslRandomStringGenerator
- 生成一个指定长度的随机字符串
- RandomBytesRandomStringGenerator::getRandomString() — Method in class RandomBytesRandomStringGenerator
- 生成一个指定长度的随机字符串
- RandomStringGenerator::getRandomString() — Method in class RandomStringGenerator
- 生成一个指定长度的随机字符串
- UrandomRandomStringGenerator::getRandomString() — Method in class UrandomRandomStringGenerator
- 生成一个指定长度的随机字符串
- YfyFile::getName() — Method in class YfyFile
- 获取multipart上传时的name
- YfyFile::getContents() — Method in class YfyFile
- 获取上传文件
- YfyFile::getFilename() — Method in class YfyFile
- 获取multipart上传时的filename
- YfyClient::getAccessToken() — Method in class YfyClient
- 获取access token
- YfyClient::getRefreshToken() — Method in class YfyClient
- 获取refresh token
- YfyClient::getPersistentDataHandler() — Method in class YfyClient
- 获取持久化数据处理器
- YfyClient::getRandomStringGenerator() — Method in class YfyClient
- 获取随机字符串生成器
- YfyContext::getAccessToken() — Method in class YfyContext
- 获取access token
- YfyContext::getRefreshToken() — Method in class YfyContext
- 获取refresh token
H
- $YfyBaseApiClient — Property in class YfyBaseApiClient
- $YfyRawResponse — Property in class YfyRawResponse
- $YfyRawResponse — Property in class YfyRawResponse
- $YfyRequest — Property in class YfyRequest
- YfyRequest::hasQuery() — Method in class YfyRequest
- 该请求是否有query参数
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- HttpUtil — Class in namespace Fangcloud\Util
- Class HttpUtil
I
- YfyCollabClient::invite() — Method in class YfyCollabClient
- 邀请协作
- Enum::isValid() — Method in class Enum
- 校验某个值是否是类中定义的常量
- YfyRequest::isStream() — Method in class YfyRequest
- 是否以流的形式返回
- YfyRequest::isJson() — Method in class YfyRequest
- 该请求是否是一个json请求
- YfyRequest::isForm() — Method in class YfyRequest
- 该请求是否是一个表单提交请求
- YfyRequest::isMultipart() — Method in class YfyRequest
- 该请求是否是一个multipart上传请求
- YfyAppInfo::init() — Method in class YfyAppInfo
- 初始化应用 该方法应当在使用{see fangcloud\YfyClient} 前被调用
- YfyClient::items() — Method in class YfyClient
- 返回文件/文件夹通用操作
- YfyContext::isAutoRefresh() — Method in class YfyContext
- 是否自动刷新token
J
- $YfyRequest — Property in class YfyRequest
- $YfyRequestBuilder — Property in class YfyRequestBuilder
L
- YfyFileClient::listShareLinks() — Method in class YfyFileClient
- 获取文件的分享链接列表
- YfyFileClient::listComments() — Method in class YfyFileClient
- 获取文件的评论列表
- YfyFileClient::listVersions() — Method in class YfyFileClient
- 获取文件的所有版本列表
- YfyFolderClient::listChildren() — Method in class YfyFolderClient
- 获取文件夹的单层子文件和文件夹列表
- YfyFolderClient::listShareLinks() — Method in class YfyFolderClient
- 获取文件夹的分享链接列表
- YfyFolderClient::listCollabs() — Method in class YfyFolderClient
- 获取文件夹的协作信息
- YfyTrashClient::listItems() — Method in class YfyTrashClient
- 获取回收站中的文件和文件夹列表
M
- YfyFileClient::move() — Method in class YfyFileClient
- 移动文件
- YfyFolderClient::move() — Method in class YfyFolderClient
- 移动文件夹
- $YfyRequest — Property in class YfyRequest
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- McryptRandomStringGenerator — Class in namespace Fangcloud\RandomString
- Class McryptRandomStringGenerator
N
- NoopPersistentDataHandler — Class in namespace Fangcloud\PersistentData
- 一个什么都不处理的持久化数据处理器 用户不应当调用这里的方法
O
- $YfyBaseApiClient — Property in class YfyBaseApiClient
- OAuthClient — Class in namespace Fangcloud\Authentication
- Class OAuthClient
- OpenSslRandomStringGenerator — Class in namespace Fangcloud\RandomString
- Class OpenSslRandomStringGenerator
- YfyClient::oauth() — Method in class YfyClient
- 返回授权操作
P
- YfyFileClient::promoteVersion() — Method in class YfyFileClient
- 设置某版本为当前版本
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- PersistentDataHandler — Class in namespace Fangcloud\PersistentData
- Interface PersistentDataInterface
- PersistentDataHandlerFactory — Class in namespace Fangcloud\PersistentData
- Class PersistentDataHandlerFactory
Q
- $YfyRequest — Property in class YfyRequest
- $YfyRequestBuilder — Property in class YfyRequestBuilder
R
- YfyFileClient::restoreFromTrash() — Method in class YfyFileClient
- 从回收站恢复文件
- YfyFolderClient::restoreFromTrash() — Method in class YfyFolderClient
- 从回收站恢复文件夹
- YfyShareLinkClient::revoke() — Method in class YfyShareLinkClient
- 删除分享链接
- YfyTrashClient::restoreAll() — Method in class YfyTrashClient
- 从回收站恢复所有文件/文件夹
- YfyBaseApiClient::realExecute() — Method in class YfyBaseApiClient
- 真正执行请求的函数 会进行所有错误处理
- OAuthClient::refreshToken() — Method in class OAuthClient
- 刷新token
- OAuthClient::revokeToken() — Method in class OAuthClient
- 取消一个token的授权(对应的refresh token也会失效)
- YfyRequestBuilder::returnStream() — Method in class YfyRequestBuilder
- 设置是否以流形式返回
- RandomBytesRandomStringGenerator — Class in namespace Fangcloud\RandomString
- Class RandomBytesRandomStringGenerator
- RandomStringGenerator — Class in namespace Fangcloud\RandomString
- Interface RandomStringGenerator
- RandomStringGeneratorFactory — Class in namespace Fangcloud\RandomString
- Class RandomStringGeneratorFactory
- RandomStringGeneratorTrait — Class in namespace Fangcloud\RandomString
- Class RandomStringGeneratorTrait
- $YfyAppInfo — Property in class YfyAppInfo
- YfyAppInfo::reset() — Method in class YfyAppInfo
- 重置应用信息
S
- YfyItemClient::search() — Method in class YfyItemClient
- 搜索
- YfyUserClient::searchUser() — Method in class YfyUserClient
- 搜索用户
- DownloadFile::setName() — Method in class DownloadFile
- 设置下载的文件名
- DownloadFile::setStream() — Method in class DownloadFile
- 设置下载的文件流
- YfySdkException::setRequestId() — Method in class YfySdkException
- 设置request id
- YfySdkException::setErrors() — Method in class YfySdkException
- 设置错误信息
- YfyGuzzleHttpClient::send() — Method in class YfyGuzzleHttpClient
- 发送一个请求
- YfyHttpClient::send() — Method in class YfyHttpClient
- 发送一个请求
- YfyRawResponse::setHeadersFromString() — Method in class YfyRawResponse
- 将返回的string解析为header数组
- YfyRawResponse::saveToFile() — Method in class YfyRawResponse
- 将请求返回结果存储为文件(通常用于下载文件)
- $YfyRequest — Property in class YfyRequest
- YfyRequest::setConnectTimeout() — Method in class YfyRequest
- 设置连接超时时间
- YfyRequest::setTimeout() — Method in class YfyRequest
- 设置请求超时时间
- YfyRequest::setMethod() — Method in class YfyRequest
- 设置请求方法
- YfyRequest::setUrl() — Method in class YfyRequest
- 设置请求url
- YfyRequest::setHeaders() — Method in class YfyRequest
- 设置请求header数组
- YfyRequest::setQueryParams() — Method in class YfyRequest
- 设置请求query参数
- YfyRequest::setFormParams() — Method in class YfyRequest
- 设置请求表单参数
- YfyRequest::setJson() — Method in class YfyRequest
- 设置请求json参数
- YfyRequest::setFiles() — Method in class YfyRequest
- 设置通过multipart方式上传的文件
- YfyRequest::setStream() — Method in class YfyRequest
- 设置是否以流的形式返回
- YfyRequest::setAccessToken() — Method in class YfyRequest
- 设置这个请求的access token
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- NoopPersistentDataHandler::set() — Method in class NoopPersistentDataHandler
- 向持久化数据存储中存储一对key,value
- PersistentDataHandler::set() — Method in class PersistentDataHandler
- 向持久化数据存储中存储一对key,value
- $YfySessionPersistentDataHandler — Property in class YfySessionPersistentDataHandler
- YfySessionPersistentDataHandler::set() — Method in class YfySessionPersistentDataHandler
- 向持久化数据存储中存储一对key,value
- YfyFile::setName() — Method in class YfyFile
- 设置multipart上传时的name
- YfyFile::setContents() — Method in class YfyFile
- 设置上传文件
- YfyFile::setFilename() — Method in class YfyFile
- 设置multipart上传时的filename
- YfyClient::setAccessToken() — Method in class YfyClient
- 设置access token
- YfyClient::setRefreshToken() — Method in class YfyClient
- 设置refresh token
- YfyClient::setPersistentDataHandler() — Method in class YfyClient
- 设置持久化数据处理器
- YfyClient::setRandomStringGenerator() — Method in class YfyClient
- 设置随机字符串生成器
- YfyClient::shareLinks() — Method in class YfyClient
- 返回分享链接操作
- YfyContext::setAccessToken() — Method in class YfyContext
- 设置access token
- YfyContext::setRefreshToken() — Method in class YfyContext
- 设置refresh token
- YfyContext::setAutoRefresh() — Method in class YfyContext
- 设置是否自动刷新token
T
- $YfyRequest — Property in class YfyRequest
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- YfyClient::trash() — Method in class YfyClient
- 返回回收站操作
U
- YfyCollabClient::update() — Method in class YfyCollabClient
- 更新协作
- YfyFileClient::update() — Method in class YfyFileClient
- 更新文件信息
- YfyFileClient::uploadFile() — Method in class YfyFileClient
- 上传文件
- YfyFileClient::uploadNewVersion() — Method in class YfyFileClient
- 上传文件新版本
- YfyFolderClient::update() — Method in class YfyFolderClient
- 更新文件夹
- YfyShareLinkClient::update() — Method in class YfyShareLinkClient
- 更新分享链接
- YfyUserClient::updateSelf() — Method in class YfyUserClient
- 更新用户信息
- $YfyRequest — Property in class YfyRequest
- UrandomRandomStringGenerator — Class in namespace Fangcloud\RandomString
- Class UrandomRandomStringGenerator
- YfyClient::users() — Method in class YfyClient
- 返回用户操作
V
- Enum::validate() — Method in class Enum
- 校验是否是定义的type的值
- RandomStringGeneratorTrait::validateLength() — Method in class RandomStringGeneratorTrait
- Validates the length argument of a random string.
W
- YfyRequestBuilder::withMethod() — Method in class YfyRequestBuilder
- 设置请求方法
- YfyRequestBuilder::withEndpoint() — Method in class YfyRequestBuilder
- 设置请求路径模板
- YfyRequestBuilder::withHeaders() — Method in class YfyRequestBuilder
- 设置请求header数组
- YfyRequestBuilder::withBasicAuth() — Method in class YfyRequestBuilder
- 设置basic auth参数
- YfyRequestBuilder::withPathParams() — Method in class YfyRequestBuilder
- 设置路径参数
- YfyRequestBuilder::withQueryParams() — Method in class YfyRequestBuilder
- 设置query参数数组
- YfyRequestBuilder::withFormParams() — Method in class YfyRequestBuilder
- 设置表单参数
- YfyRequestBuilder::withJson() — Method in class YfyRequestBuilder
- 设置json参数
- YfyRequestBuilder::withFiles() — Method in class YfyRequestBuilder
- 设置通过multipart方式上传的文件
- YfyRequestBuilder::withConnectTimeout() — Method in class YfyRequestBuilder
- 设置连接超时时间
- YfyRequestBuilder::withTimeout() — Method in class YfyRequestBuilder
- 设置请求超时时间
- YfyRequestBuilder::withYfyContext() — Method in class YfyRequestBuilder
- 设置请求上下文
Y
- YfyCollabClient — Class in namespace Fangcloud\Api\Collab
- Class YfyCollabClient
- YfyCommentClient — Class in namespace Fangcloud\Api\Comment
- Class YfyCommentClient
- YfyFileClient — Class in namespace Fangcloud\Api\File
- Class YfyFileClient
- YfyFolderClient — Class in namespace Fangcloud\Api\Folder
- Class YfyFolderClient
- YfyItemClient — Class in namespace Fangcloud\Api\Item
- Class YfyItemClient
- YfyShareLinkClient — Class in namespace Fangcloud\Api\ShareLink
- Class YfyShareLinkClient
- YfyTrashClient — Class in namespace Fangcloud\Api\Trash
- Class YfyTrashClient
- YfyUserClient — Class in namespace Fangcloud\Api\User
- Class YfyUserClient
- YfyBaseApiClient — Class in namespace Fangcloud\Api
- Class YfyBaseApiClient
- $YfyBaseApiClient — Property in class YfyBaseApiClient
- YfyCollabRole — Class in namespace Fangcloud\Constant
- 协作角色列表
- YfyItemType — Class in namespace Fangcloud\Constant
- Class YfyItemType
- YfyShareLinkAccess — Class in namespace Fangcloud\Constant
- Class YfyShareLinkAccess
- YfyAuthorizationRequiredException — Class in namespace Fangcloud\Exception
- Class YfyAuthorizationRequiredException
- YfyInvalidGrantException — Class in namespace Fangcloud\Exception
- Class YfyInvalidGrantException
- YfyInvalidStateException — Class in namespace Fangcloud\Exception
- Class YfyInvalidStateException
- YfyInvalidTokenException — Class in namespace Fangcloud\Exception
- Class YfyInvalidTokenException
- YfyRateLimitException — Class in namespace Fangcloud\Exception
- Class YfyRateLimitException
- YfySdkException — Class in namespace Fangcloud\Exception
- Class YfySdkException
- YfyServerException — Class in namespace Fangcloud\Exception
- Class YfyServerException
- YfyUnauthorizedException — Class in namespace Fangcloud\Exception
- Class YfyUnauthorizedException
- YfyGuzzleHttpClient — Class in namespace Fangcloud\HttpClient\Guzzle
- Class YfyGuzzleHttpClient
- YfyHttpClient — Class in namespace Fangcloud\HttpClient
- Interface YfyHttpClientInterface
- YfyHttpClientFactory — Class in namespace Fangcloud\HttpClient
- Class YfyHttpClientFactory
- YfyRawResponse — Class in namespace Fangcloud\Http
- Class YfyRawResponse
- YfyRequest — Class in namespace Fangcloud\Http
- Class YfyRequest
- YfyRequestBuilder — Class in namespace Fangcloud\Http
- Class YfyRequestBuilder
- $YfyRequestBuilder — Property in class YfyRequestBuilder
- YfySessionPersistentDataHandler — Class in namespace Fangcloud\PersistentData
- Class YfySessionPersistentDataHandler
- YfyFile — Class in namespace Fangcloud\Upload
- 上传文件的封装类
- YfyAppInfo — Class in namespace Fangcloud
- Class YfyAppInfo
- YfyClient — Class in namespace Fangcloud
- Interface YfyClientInterface
- YfyClientOptions — Class in namespace Fangcloud
- Class YfyClientOptions
- YfyContext — Class in namespace Fangcloud
- Class YfyContext
_
- YfyCollabClient::__construct() — Method in class YfyCollabClient
- YfyUserClient constructor.
- YfyCommentClient::__construct() — Method in class YfyCommentClient
- YfyUserClient constructor.
- YfyFileClient::__construct() — Method in class YfyFileClient
- YfyUserClient constructor.
- YfyFolderClient::__construct() — Method in class YfyFolderClient
- YfyUserClient constructor.
- YfyItemClient::__construct() — Method in class YfyItemClient
- YfyUserClient constructor.
- YfyShareLinkClient::__construct() — Method in class YfyShareLinkClient
- YfyUserClient constructor.
- YfyTrashClient::__construct() — Method in class YfyTrashClient
- YfyUserClient constructor.
- YfyUserClient::__construct() — Method in class YfyUserClient
- YfyUserClient constructor.
- YfyBaseApiClient::__construct() — Method in class YfyBaseApiClient
- YfyBaseApiClient constructor.
- OAuthClient::__construct() — Method in class OAuthClient
- OAuthClient constructor.
- DownloadFile::__construct() — Method in class DownloadFile
- DownloadFile constructor.
- YfyInvalidStateException::__construct() — Method in class YfyInvalidStateException
- YfyInvalidStateException constructor.
- YfySdkException::__construct() — Method in class YfySdkException
- YfySdkException constructor.
- YfySdkException::__toString() — Method in class YfySdkException
- 重载__toString方法
- YfyGuzzleHttpClient::__construct() — Method in class YfyGuzzleHttpClient
- YfyGuzzleHttpClient constructor.
- YfyRawResponse::__construct() — Method in class YfyRawResponse
- YfyRawResponse constructor.
- YfyRequestBuilder::__construct() — Method in class YfyRequestBuilder
- YfyRequestBuilder constructor.
- PersistentDataHandlerFactory::__construct() — Method in class PersistentDataHandlerFactory
- PersistentDataHandlerFactory constructor.
- YfySessionPersistentDataHandler::__construct() — Method in class YfySessionPersistentDataHandler
- YfySessionPersistentDataHandler constructor.
- McryptRandomStringGenerator::__construct() — Method in class McryptRandomStringGenerator
- McryptRandomStringGenerator constructor.
- OpenSslRandomStringGenerator::__construct() — Method in class OpenSslRandomStringGenerator
- OpenSslRandomStringGenerator constructor.
- RandomBytesRandomStringGenerator::__construct() — Method in class RandomBytesRandomStringGenerator
- RandomBytesRandomStringGenerator constructor.
- UrandomRandomStringGenerator::__construct() — Method in class UrandomRandomStringGenerator
- UrandomRandomStringGenerator constructor.
- YfyFile::__construct() — Method in class YfyFile
- YfyFile constructor.
- YfyClient::__construct() — Method in class YfyClient
- YfyClient constructor.