You are here

public function SearchRecordParameters::__construct in TMGMT Translator Smartling 8.4

Same name and namespace in other branches
  1. 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

SearchRecordParameters

Namespace

Smartling\AuditLog\Params

Code

public function __construct() {
  $this
    ->setOffset(0);
  $this
    ->setLimit(10);
  $this
    ->setSort("_seq_no", SearchRecordParameters::ORDER_DESC);
}