Google\Spreadsheet\Batch\BatchResponse::__construct PHP Method

__construct() public method

public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement
    public function __construct(\SimpleXMLElement $xml)
    {
        $this->xml = $xml;
    }