You are here

public function Request::setResponseParts in Zircon Profile 8.0

Same name and namespace in other branches
  1. 8 vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php \Zumba\GastonJS\NetworkTraffic\Request::setResponseParts()

Parameters

array $responseParts:

File

vendor/jcalderonzumba/gastonjs/src/NetworkTraffic/Request.php, line 51

Class

Request
Class Request @package Zumba\GastonJS\NetworkTraffic

Namespace

Zumba\GastonJS\NetworkTraffic

Code

public function setResponseParts($responseParts) {
  $this->responseParts = $responseParts;
}