Google\Spreadsheet\CellFeed::__construct PHP Method

__construct() public method

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