Property | Type | Description | |
---|---|---|---|
$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 |
Method | Description | |
---|---|---|
__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 |
|
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 |
Method | Description | |
---|---|---|
setCellLocation ( ) : array | Get the location of the cell. |
public __construct ( SimpleXMLElement $xml, string $postUrl ) | ||
$xml | SimpleXMLElement | |
$postUrl | string |
public getContent ( ) : string | ||
return | string |
public getEditUrl ( ) : string | ||
return | string |
public getInputValue ( ) : string | ||
return | string |
protected setCellLocation ( ) : array | ||
return | array |
public setInputValue ( string $inputValue ) | ||
$inputValue | string |
protected string $inputValue | ||
return | string |
protected string $postUrl | ||
return | string |