PHP 클래스 Google\Spreadsheet\WorksheetFeed

저자: Asim Liaquat ([email protected])
상속: extends ArrayIterato\ArrayIterator
파일 보기 프로젝트 열기: asimlqt/php-google-spreadsheet-client 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( SimpleXMLElement $xml ) Initializes thie worksheet feed object
getById ( string $id ) : Worksheet Get a worksheet by id
getByTitle ( string $title ) : Worksheet Get a worksheet by title (name)
getEntries ( ) : Worksheet[] Get all worksheets in this feed
getId ( ) : string Get the feed id. Returns the full url.
getPostUrl ( ) : string Get the worksheet feed post url
getXml ( ) : integer Get the raw XML

메소드 상세

__construct() 공개 메소드

Initializes thie worksheet feed object
public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getById() 공개 메소드

Get a worksheet by id
public getById ( string $id ) : Worksheet
$id string of the worksheet
리턴 Worksheet

getByTitle() 공개 메소드

Get a worksheet by title (name)
public getByTitle ( string $title ) : Worksheet
$title string name of the worksheet
리턴 Worksheet

getEntries() 공개 메소드

Get all worksheets in this feed
public getEntries ( ) : Worksheet[]
리턴 Worksheet[]

getId() 공개 메소드

Get the feed id. Returns the full url.
public getId ( ) : string
리턴 string

getPostUrl() 공개 메소드

Get the worksheet feed post url
public getPostUrl ( ) : string
리턴 string

getXml() 공개 메소드

Get the raw XML
public getXml ( ) : integer
리턴 integer