$trans_
$trans_ : \Thrift\Protocol\TTransport
Underlying transport
<code>TProtocolDecorator</code> forwards all requests to an enclosed <code>TProtocol</code> instance, providing a way to author concise concrete decorator subclasses. While it has no abstract methods, it is marked abstract as a reminder that by itself, it does not modify the behaviour of the enclosed <code>TProtocol</code>.
$concreteProtocol_ : \Thrift\Protocol\TProtocol
Instance of protocol, to which all operations will be forwarded.
skip(\Thrift\Type\TType $type)
The skip function is a utility to parse over unrecognized date without causing corruption.
| \Thrift\Type\TType | $type | What type is it |
__construct(\Thrift\Protocol\TProtocol $protocol)
Constructor of <code>TProtocolDecorator</code> class.
Encloses the specified protocol.
| \Thrift\Protocol\TProtocol | $protocol | All operations will be forward to this instance. Must be non-null. |