toText() public method

public toText ( )
コード例 #1
0
 /**
  * @return string  string representation of input var or an error if a problem occurs
  */
 public function encodeResponse(Gpf_Rpc_Serializable $response)
 {
     return $response->toText();
 }