Google\Spreadsheet\SpreadsheetFeed::__construct PHP Метод

__construct() публичный Метод

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