$host
$host : string
The host of the CRM-VISIONLINE system, usually 'localhost'
Specifies a connection to a CRM-VISIONLINE system
__construct(string $host, integer $port, string $username, string $password)
Creates a Connection object that specifies the conneciton settings to a CRM-VISIONLINE system
string | $host | The host of the CRM-VISIONLINE system, usually 'localhost' |
integer | $port | The port of the CRM-VISIONLINE system, e.g. 5030 |
string | $username | The username under which the webservice calls should be executed |
string | $password | The password of the user |