Google\Spreadsheet\ListEntry::getEditUrl PHP Method

getEditUrl() public method

Get the edit url
public getEditUrl ( ) : string
return string
    public function getEditUrl()
    {
        return Util::getLinkHref($this->xml, 'edit');
    }