Google\Spreadsheet\SpreadsheetFeed::__construct PHP Method

__construct() public method

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