Netsutie PHP Toolkit
|
Public Member Functions | |
setPassport ($nsaccount, $nsemail, $nsrole, $nspassword) | |
useRequestLevelCredentials ($option) | |
setPreferences ($warningAsError=false, $disableMandatoryCustomFieldValidation=false, $disableSystemNotesForCustomFields=false, $ignoreReadOnlyFields=false) | |
clearPreferences () | |
setSearchPreferences ($bodyFieldsOnly=true, $pageSize=50, $returnSearchColumns=true) | |
clearSearchPreferences () | |
addHeader ($header_name, $header) | |
clearHeader ($header_name) | |
Data Fields | |
$client = null | |
$passport = null | |
$generated_from_endpoint = "" | |
Protected Member Functions | |
__construct ($wsdl=null, $options=array()) | |
makeSoapCall ($operation, $parameter) | |
Protected Attributes | |
$classmap = null | |
Definition at line 169 of file NSPHPClient.php.
|
protected |
Definition at line 180 of file NSPHPClient.php.
addHeader | ( | $header_name, | |
$header | |||
) |
Definition at line 285 of file NSPHPClient.php.
clearHeader | ( | $header_name | ) |
Definition at line 288 of file NSPHPClient.php.
clearPreferences | ( | ) |
Definition at line 267 of file NSPHPClient.php.
clearSearchPreferences | ( | ) |
Definition at line 281 of file NSPHPClient.php.
|
protected |
Definition at line 292 of file NSPHPClient.php.
setPassport | ( | $nsaccount, | |
$nsemail, | |||
$nsrole, | |||
$nspassword | |||
) |
Definition at line 243 of file NSPHPClient.php.
setPreferences | ( | $warningAsError = false , |
|
$disableMandatoryCustomFieldValidation = false , |
|||
$disableSystemNotesForCustomFields = false , |
|||
$ignoreReadOnlyFields = false |
|||
) |
Definition at line 256 of file NSPHPClient.php.
setSearchPreferences | ( | $bodyFieldsOnly = true , |
|
$pageSize = 50 , |
|||
$returnSearchColumns = true |
|||
) |
Definition at line 271 of file NSPHPClient.php.
useRequestLevelCredentials | ( | $option | ) |
Definition at line 252 of file NSPHPClient.php.
|
protected |
Definition at line 176 of file NSPHPClient.php.
$client = null |
Definition at line 172 of file NSPHPClient.php.
$generated_from_endpoint = "" |
Definition at line 177 of file NSPHPClient.php.
$passport = null |
Definition at line 173 of file NSPHPClient.php.