Google\Spreadsheet\WorksheetFeed::__construct PHP Méthode

__construct() public méthode

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