[ Index ] |
PHP Cross Reference of Unnamed Project |
[Source view] [Print] [Project Stats]
(no description)
File Size: | 197 lines (7 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
CellValueFormatter:: (9 methods):
__construct()
extractAndFormatNodeValue()
formatStringCellValue()
formatFloatCellValue()
formatBooleanCellValue()
formatDateCellValue()
formatTimeCellValue()
formatCurrencyCellValue()
formatPercentageCellValue()
Class: CellValueFormatter - X-Ref
Class CellValueFormatter__construct() X-Ref |
No description |
extractAndFormatNodeValue($node) X-Ref |
Returns the (unescaped) correctly marshalled, cell value associated to the given XML node. param: \DOMNode $node return: string|int|float|bool|\DateTime|\DateInterval|null The value associated with the cell, empty string if cell's type is void/undefined, null on error |
formatStringCellValue($node) X-Ref |
Returns the cell String value. param: \DOMNode $node return: string The value associated with the cell |
formatFloatCellValue($node) X-Ref |
Returns the cell Numeric value from the given node. param: \DOMNode $node return: int|float The value associated with the cell |
formatBooleanCellValue($node) X-Ref |
Returns the cell Boolean value from the given node. param: \DOMNode $node return: bool The value associated with the cell |
formatDateCellValue($node) X-Ref |
Returns the cell Date value from the given node. param: \DOMNode $node return: \DateTime|null The value associated with the cell or NULL if invalid date value |
formatTimeCellValue($node) X-Ref |
Returns the cell Time value from the given node. param: \DOMNode $node return: \DateInterval|null The value associated with the cell or NULL if invalid time value |
formatCurrencyCellValue($node) X-Ref |
Returns the cell Currency value from the given node. param: \DOMNode $node return: string The value associated with the cell (e.g. "100 USD" or "9.99 EUR") |
formatPercentageCellValue($node) X-Ref |
Returns the cell Percentage value from the given node. param: \DOMNode $node return: int|float The value associated with the cell |
Generated: Thu Aug 11 10:00:09 2016 | Cross-referenced by PHPXref 0.7.1 |