PHP Class Api\ServiceType\ApiLogin

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Datei anzeigen Open project: wsdltophp/packagegenerator

Public Methods

Method Description
Login ( string $login, string $password ) : string | boolean Method to call the operation originally named Login Meta informations extracted from the WSDL - documentation: Выполняет авторизацию внешней системы и открывает сеанс работы
__toString ( ) : string Method returning the class name
getResult ( ) : string Returns the result

Method Details

Login() public method

Method to call the operation originally named Login Meta informations extracted from the WSDL - documentation: Выполняет авторизацию внешней системы и открывает сеанс работы
public Login ( string $login, string $password ) : string | boolean
$login string
$password string
return string | boolean

__toString() public method

Method returning the class name
public __toString ( ) : string
return string __CLASS__

getResult() public method

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : string
return string