PHP 클래스 Google\Spreadsheet\CellEntry

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

보호된 프로퍼티들

프로퍼티 타입 설명
$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