Dynamics Crm Connector
v1.0
Main Page
Related Pages
Namespaces
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Pages
Dynamic_symfonybundle
lib
CrmResponse.php
Go to the documentation of this file.
1
<?php
36
class
CrmResponse
{
37
38
public
$Error
;
39
public
$ErrorCode
;
40
public
$ErrorMessage
;
41
public
$Result
;
42
public
$NbResult
;
43
48
public
function
__construct
(){
49
$this->Error=
false
;
50
$this->ErrorCode=
false
;
51
$this->ErrorMessage=
""
;
52
$this->NbResult= 0;
53
$this->Result =
false
;
54
55
}
56
}
CrmResponse\$Result
$Result
Definition:
CrmResponse.php:41
CrmResponse\$ErrorCode
$ErrorCode
Definition:
CrmResponse.php:39
CrmResponse\$ErrorMessage
$ErrorMessage
Definition:
CrmResponse.php:40
CrmResponse\__construct
__construct()
Definition:
CrmResponse.php:48
CrmResponse\$Error
$Error
Definition:
CrmResponse.php:38
CrmResponse\$NbResult
$NbResult
Definition:
CrmResponse.php:42
CrmResponse
Result object for DynamicCRM.
Definition:
CrmResponse.php:36
Generated on Thu Oct 30 2014 12:10:03 for Dynamics Crm Connector by
1.8.8