Google\Spreadsheet\WorksheetFeed::getPostUrl PHP 메소드

getPostUrl() 공개 메소드

Get the worksheet feed post url
public getPostUrl ( ) : string
리턴 string
    public function getPostUrl()
    {
        return Util::getLinkHref($this->xml, 'http://schemas.google.com/g/2005#post');
    }