PHP Класс Google\Spreadsheet\CellEntry

Автор: Asim Liaquat ([email protected])
Наследование: extends ArrayIterator
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
$column integer The row number of this cell
$content string The contents of this cell
$inputValue string The input value of this cell
$postUrl string The url for making a post request
$row integer The row number of this cell
$xml SimpleXMLElement Xml element for a cell entry

Открытые методы

Метод Описание
__construct ( SimpleXMLElement $xml, string $postUrl ) Constructor
getCellIdString ( ) : string
getColumn ( ) : integer Get the column number fo this cell
getContent ( ) : string Get the contents of the cell
getEditUrl ( ) : string Get the edit url of the cell
getInputValue ( ) : string Get the the of this cell from its XML
getPostUrl ( ) : string Get post url
getRow ( ) : integer Get the row number fo this cell
getTitle ( ) : string Get the cell identifier e.g. A1
getXml ( ) : integer Get the raw XML
setInputValue ( string $inputValue ) Set the input value of this cell
setPostUrl ( $url ) : void Set the post url
update ( string $value ) : null Update the cell value

Защищенные методы

Метод Описание
setCellLocation ( ) : array Get the location of the cell.

Описание методов

__construct() публичный Метод

Constructor
public __construct ( SimpleXMLElement $xml, string $postUrl )
$xml SimpleXMLElement
$postUrl string

getCellIdString() публичный Метод

public getCellIdString ( ) : string
Результат string

getColumn() публичный Метод

Get the column number fo this cell
public getColumn ( ) : integer
Результат integer

getContent() публичный Метод

Get the contents of the cell
public getContent ( ) : string
Результат string

getEditUrl() публичный Метод

Get the edit url of the cell
public getEditUrl ( ) : string
Результат string

getInputValue() публичный Метод

Get the the of this cell from its XML
public getInputValue ( ) : string
Результат string

getPostUrl() публичный Метод

Get post url
public getPostUrl ( ) : string
Результат string

getRow() публичный Метод

Get the row number fo this cell
public getRow ( ) : integer
Результат integer

getTitle() публичный Метод

Get the cell identifier e.g. A1
public getTitle ( ) : string
Результат string

getXml() публичный Метод

Get the raw XML
public getXml ( ) : integer
Результат integer

setCellLocation() защищенный Метод

Get the location of the cell.
protected setCellLocation ( ) : array
Результат array

setInputValue() публичный Метод

Set the input value of this cell
public setInputValue ( string $inputValue )
$inputValue string

setPostUrl() публичный Метод

Set the post url
public setPostUrl ( $url ) : void
Результат void

update() публичный Метод

Update the cell value
public update ( string $value ) : null
$value string Can be a simple constant value or a formula
Результат null

Описание свойств

$column защищенное свойство

The row number of this cell
protected int $column
Результат integer

$content защищенное свойство

The contents of this cell
protected string $content
Результат string

$inputValue защищенное свойство

The input value of this cell
protected string $inputValue
Результат string

$postUrl защищенное свойство

The url for making a post request
protected string $postUrl
Результат string

$row защищенное свойство

The row number of this cell
protected int $row
Результат integer

$xml защищенное свойство

Xml element for a cell entry
protected SimpleXMLElement $xml
Результат SimpleXMLElement