Netsutie PHP Toolkit
SearchPreferences.php
Go to the documentation of this file.
1 <?php
9 
19 
29 
38  public $pageSize;
39 
40 
41 
42  static $paramtypesmap = array(
43 
44  "bodyFieldsOnly" => "boolean",
45 
46  "returnSearchColumns" => "boolean",
47 
48  "pageSize" => "integer",
49 
50  );
51 
52 }