Gpf_Rpc_Serializable::toText PHP 메소드

toText() 공개 메소드

public toText ( )
        public function toText();

Usage Example

예제 #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();
 }
Gpf_Rpc_Serializable