LoginCredentialsDescription of LoginCredentials
Parameter object for the LoginCredentials method
The parameters are : (name [type] description)
<p>The following schema fragment specifies the expected content contained within this class.
<complexType name="loginCredentials">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="userName" type="{http://www.w3.org/2001/XMLSchema}string"/>
<element name="passWord" type="{http://www.w3.org/2001/XMLSchema}string"/>
</sequence>
</restriction>
</complexContent>
</complexType>
Located in /src/wrapper/LoginCredentials.php (line 32)
Constructor __construct (line 37)
getPassWord (line 50)
getUserName (line 42)
setPassWord (line 54)
setUserName (line 46)
Documentation generated on Fri, 19 Aug 2016 11:23:18 +0200 by phpDocumentor 1.4.4