\Visionline\Crm\WebApiConnection

Specifies a connection to a CRM-VISIONLINE system

Summary

Methods
Properties
Constants
__construct()
$host
$port
$username
$password
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$host

$host : string

The host of the CRM-VISIONLINE system, usually 'localhost'

Type

string

$port

$port : integer

The port of the CRM-VISIONLINE system, e.g. 5030

Type

integer

$username

$username : string

The username under which the webservice calls should be executed.

Type

string

$password

$password : string

The password of the user.

Type

string

Methods

__construct()

__construct(string  $host, integer  $port, string  $username, string  $password) 

Creates a Connection object that specifies the conneciton settings to a CRM-VISIONLINE system

Parameters

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

Throws

\InvalidArgumentException