Source
function getResponse()
{
// methodResponses can only have one param - return that
return $this->message->params[0];
}
function getResponse()
{
// methodResponses can only have one param - return that
return $this->message->params[0];
}
User Contributed Notes
You must log in before being able to contribute a note or feedback.