コード例 #1
0
ファイル: TProtocolDecorator.php プロジェクト: angejia/thrift
 public function writeBool($bool)
 {
     return $this->concreteProtocol_->writeBool($bool);
 }