SoapClient large refactoring & tests update
This commit is contained in:
@ -181,4 +181,9 @@ class MultiPart extends PartHeader
|
||||
{
|
||||
return 'multipart-boundary-' . Helper::generateUUID() . '@response.info';
|
||||
}
|
||||
|
||||
public function getMainPartContentId()
|
||||
{
|
||||
return $this->mainPartContentId;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user