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