PHP 클래스 Google\Spreadsheet\ListEntry

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

보호된 프로퍼티들

프로퍼티 타입 설명
$data array The data for this list entry
$xml SimpleXMLElement The xml representation of this list entry

공개 메소드들

메소드 설명
__construct ( SimpleXMLElement $xml, array $data ) Constructor
delete ( ) Delete the current entry.
getEditUrl ( ) : string Get the edit url
getValues ( ) : array Get the values of this list entry
getXml ( ) : integer Get the raw XML
update ( array $values ) Update this entry

메소드 상세

__construct() 공개 메소드

Constructor
public __construct ( SimpleXMLElement $xml, array $data )
$xml SimpleXMLElement
$data array

delete() 공개 메소드

Delete the current entry.
public delete ( )

getEditUrl() 공개 메소드

Get the edit url
public getEditUrl ( ) : string
리턴 string

getValues() 공개 메소드

Get the values of this list entry
public getValues ( ) : array
리턴 array

getXml() 공개 메소드

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

update() 공개 메소드

Update this entry
public update ( array $values )
$values array

프로퍼티 상세

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

The data for this list entry
protected array $data
리턴 array

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

The xml representation of this list entry
protected SimpleXMLElement $xml
리턴 SimpleXMLElement