in extensions/SMWAskAPI/api/SMWAsk_API.php [260:267]
protected function getParamDescription() {
return array(
SMWAskAPI::$PARAM_QUERY => 'Semantic query',
SMWAskAPI::$PARAM_PRINTOUTS => 'Printouts : pipe-separate list of semantic properties to display with results (optional)',
SMWAskAPI::$PARAM_LIMIT => 'Max number of items to return (optional - 0 is an accepted value ; leave empty to get all results)',
SMWAskAPI::$PARAM_OFFSET => 'Number of items to skip when displaying results (optional - default is 0)'
);
}