Google\Spreadsheet\ListEntry::getEditUrl PHP Méthode

getEditUrl() public méthode

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