SearchPreferences
in package
Table of Contents
- $bodyFieldsOnly : mixed
- $pageSize : mixed
- $returnSearchColumns : mixed
- __construct() : mixed
- SearchPreferences constructor.
- getPageSize() : int
- isBodyFieldsOnly() : bool
- isReturnSearchColumns() : bool
- setBodyFieldsOnly() : void
- setPageSize() : void
- setReturnSearchColumns() : void
Properties
$bodyFieldsOnly
private
mixed
$bodyFieldsOnly
= true
$pageSize
private
mixed
$pageSize
= true
$returnSearchColumns
private
mixed
$returnSearchColumns
= true
Methods
__construct()
SearchPreferences constructor.
public
__construct([bool $bodyFieldsOnly = true ][, int $pageSize = 200 ][, bool $returnSearchColumns = true ]) : mixed
Parameters
- $bodyFieldsOnly : bool = true
- $pageSize : int = 200
- $returnSearchColumns : bool = true
Return values
mixed —getPageSize()
public
getPageSize() : int
Return values
int —isBodyFieldsOnly()
public
isBodyFieldsOnly() : bool
Return values
bool —isReturnSearchColumns()
public
isReturnSearchColumns() : bool
Return values
bool —setBodyFieldsOnly()
public
setBodyFieldsOnly(bool $bodyFieldsOnly) : void
Parameters
- $bodyFieldsOnly : bool
Return values
void —setPageSize()
public
setPageSize(int $pageSize) : void
Parameters
- $pageSize : int
Return values
void —setReturnSearchColumns()
public
setReturnSearchColumns(bool $returnSearchColumns) : void
Parameters
- $returnSearchColumns : bool