PHP Class Api\ServiceType\ApiLogin

Inheritance: extends WsdlToPhp\PackageBase\AbstractSoapClientBase
Afficher le fichier Open project: wsdltophp/packagegenerator

Méthodes publiques

Méthode 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 méthode

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
Résultat string | boolean

__toString() public méthode

Method returning the class name
public __toString ( ) : string
Résultat string __CLASS__

getResult() public méthode

Returns the result
See also: AbstractSoapClientBase::getResult()
public getResult ( ) : string
Résultat string