public function Braintree_Result_Successful::__toString in Commerce Braintree 7
@ignore
Return value
string string representation of the object's structure
Overrides Braintree_Instance::__toString
File
- braintree_php/
lib/ Braintree/ Result/ Successful.php, line 72
Class
- Braintree_Result_Successful
- Braintree Successful Result
Code
public function __toString() {
$returnObject = $this->_returnObjectName;
return __CLASS__ . '[' . $this->{$returnObject}
->__toString() . ']';
}