public function SearchRecordParameters::__construct in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.3 vendor/smartling/api-sdk-php/src/AuditLog/Params/SearchRecordParameters.php \Smartling\AuditLog\Params\SearchRecordParameters::__construct()
File
- vendor/
smartling/ api-sdk-php/ src/ AuditLog/ Params/ SearchRecordParameters.php, line 13
Class
Namespace
Smartling\AuditLog\ParamsCode
public function __construct() {
$this
->setOffset(0);
$this
->setLimit(10);
$this
->setSort("_seq_no", SearchRecordParameters::ORDER_DESC);
}