Is there a way to dynamically invoke a method in the same class for PHP? I don\'t have the syntax right, but I\'m looking to do something similar to this:
$t
In my case.
$response = $client->{$this->requestFunc}($this->requestMsg);
Using PHP SOAP.