Google\Spreadsheet\Spreadsheet::__construct PHP Method

__construct() public method

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