PHP Class Google\Spreadsheet\ListEntry

Author: Asim Liaquat ([email protected])
Afficher le fichier Open project: asimlqt/php-google-spreadsheet-client

Protected Properties

Свойство Type Description
$data array The data for this list entry
$xml SimpleXMLElement The xml representation of this list entry

Méthodes publiques

Méthode Description
__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

Method Details

__construct() public méthode

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

delete() public méthode

Delete the current entry.
public delete ( )

getEditUrl() public méthode

Get the edit url
public getEditUrl ( ) : string
Résultat string

getValues() public méthode

Get the values of this list entry
public getValues ( ) : array
Résultat array

getXml() public méthode

Get the raw XML
public getXml ( ) : integer
Résultat integer

update() public méthode

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

Property Details

$data protected_oe property

The data for this list entry
protected array $data
Résultat array

$xml protected_oe property

The xml representation of this list entry
protected SimpleXMLElement $xml
Résultat SimpleXMLElement