Documentation
includeSuppParams
usage
Sushee_Shell->includeSuppParams( boolean include_params )
parameters
include_params : whether to include the NECTIL and URL nodes in RESPONSE.
examples
include_once('../sushee/common.php');
$nql = new Sushee_Shell();
$shell->includeSuppParams(false);
$shell->execute();
$shell->xml_out();