PHP Class PFinal\Wechat\WechatEvent

Inheritance: extends Symfony\Component\EventDispatcher\Event
Datei anzeigen Open project: pfinal/wechat

Protected Properties

Property Type Description
$api Api
$response string | null | null

Public Methods

Method Description
__construct ( $api )
getApi ( ) : Api
getMessage ( ) : Receive
getResponse ( ) : null | string
setResponse ( string $response )

Method Details

__construct() public method

public __construct ( $api )

getApi() public method

public getApi ( ) : Api
return Api

getMessage() public method

public getMessage ( ) : Receive
return PFinal\Wechat\Message\Receive

getResponse() public method

public getResponse ( ) : null | string
return null | string

setResponse() public method

public setResponse ( string $response )
$response string

Property Details

$api protected_oe property

protected Api,PFinal\Wechat $api
return Api

$response protected_oe property

| null
protected string|null $response
return string | null