PHP 클래스 Google\Spreadsheet\ListFeed

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

보호된 프로퍼티들

프로퍼티 타입 설명
$xml SimpleXMLElement Xml representation of this feed

공개 메소드들

메소드 설명
__construct ( SimpleXMLElement $xml ) Constructor
getEntries ( ) : ListEntry[] Get the entries of this feed
getId ( ) : string Get the feed id. Returns the full url.
getPostUrl ( ) : string Get the post url for this feed
getStartIndex ( ) : integer Get open search start index
getTotalResults ( ) : integer Get open search total results
getXml ( ) : integer Get the raw XML
insert ( array $row ) : void Insert a new row into this feed

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( SimpleXMLElement $xml )
$xml SimpleXMLElement

getEntries() 공개 메소드

Get the entries of this feed
public getEntries ( ) : ListEntry[]
리턴 ListEntry[]

getId() 공개 메소드

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

getPostUrl() 공개 메소드

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

getStartIndex() 공개 메소드

Get open search start index
public getStartIndex ( ) : integer
리턴 integer

getTotalResults() 공개 메소드

Get open search total results
public getTotalResults ( ) : integer
리턴 integer

getXml() 공개 메소드

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

insert() 공개 메소드

Insert a new row into this feed
public insert ( array $row ) : void
$row array
리턴 void

프로퍼티 상세

$xml 보호되어 있는 프로퍼티

Xml representation of this feed
protected SimpleXMLElement $xml
리턴 SimpleXMLElement