File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -147,7 +147,7 @@ private function buildScriptParameters($param)
147147 * specified in this parameter. If you want to include all portals, set it null or omit it.
148148 * Simple case is array('portal1', portal2'), and just includes two portals named 'portal1' and 'portal2'
149149 * in the query result. If you set the range of records to a portal, you have to build associated array as like:
150- * array('portal1' => array('offset'=>1,'range '=>5), 'portal2' => null). The record 1 to 5 of portal1 include
150+ * array('portal1' => array('offset'=>1,'limit '=>5), 'portal2' => null). The record 1 to 5 of portal1 include
151151 * the query result, and also all records in portal2 do.
152152 * @param array $script scripts that should execute right timings.
153153 * The most understandable description is an associated array with API's keywords "script", "script.param",
You can’t perform that action at this time.
0 commit comments