本文对OpenSearch-PHP SDK中Pageable类的属性以及相关函数进行了详细说明。
功能简介
Pageable类,获取应用列表操作时,用于指定分页信息。
类属性
$_TSPEC
public mixed $_TSPECstatic
$page
public integer $page = null$size
public integer $size = null$start
public integer $start = null构造函数
函数定义
mixed OpenSearch\Generated\Common\Pageable::__construct($vals)参数描述
参数名称 | 类型 | 描述 |
$vals | mixed |
获取名称
函数定义
mixed OpenSearch\Generated\Common\Pageable::getName()读取信息
函数定义
mixed OpenSearch\Generated\Common\Pageable::read($input)参数描述
参数名称 | 类型 | 描述 |
$input | mixed |
写入信息
函数定义
mixed OpenSearch\Generated\Common\Pageable::write($output)参数描述
参数名称 | 类型 | 描述 |
$output | mixed |
该文章对您有帮助吗?