コード例 #1
0
ファイル: AbstractCall.php プロジェクト: jacklicn/grpc
 /**
  * Set the CallCredentials for the underlying Call.
  *
  * @param CallCredentials $call_credentials The CallCredentials
  *                                          object
  */
 public function setCallCredentials($call_credentials)
 {
     $this->call->setCredentials($call_credentials);
 }