PHP Class Phpro\SoapClient\Event\RequestEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
显示文件 Open project: phpro/soap-client Class Usage Examples

Protected Properties

Property Type Description
$client Phpro\SoapClient\Client
$method string

Public Methods

Method Description
__construct ( Client $client, string $method, Phpro\SoapClient\Type\RequestInterface $request )
getClient ( ) : Client
getMethod ( ) : string
getRequest ( ) : Phpro\SoapClient\Type\RequestInterface

Method Details

__construct() public method

public __construct ( Client $client, string $method, Phpro\SoapClient\Type\RequestInterface $request )
$client Phpro\SoapClient\Client
$method string
$request Phpro\SoapClient\Type\RequestInterface

getClient() public method

public getClient ( ) : Client
return Phpro\SoapClient\Client

getMethod() public method

public getMethod ( ) : string
return string

getRequest() public method

public getRequest ( ) : Phpro\SoapClient\Type\RequestInterface
return Phpro\SoapClient\Type\RequestInterface

Property Details

$client protected_oe property

protected Client,Phpro\SoapClient $client
return Phpro\SoapClient\Client

$method protected_oe property

protected string $method
return string