RenderCellCollectionInterface
interface RenderCellCollectionInterface implements RenderCellInterface, FormatterAwareInterface (View source)
Constants
PRIORITY_FIRST |
|
PRIORITY_NORMAL |
|
PRIORITY_FALLBACK |
|
Methods
mixed
renderCell(string $key, mixed $cellData, FormatterOptions $options, array $rowData)
Convert the contents of one table cell into a string, so that it may be placed in the table. Renderer should return the $cellData passed to it if it does not wish to process it.
from
RenderCellInterface
$this
Details
mixed
renderCell(string $key, mixed $cellData, FormatterOptions $options, array $rowData)
Convert the contents of one table cell into a string, so that it may be placed in the table. Renderer should return the $cellData passed to it if it does not wish to process it.
setFormatter(FormatterInterface $formatter)
No description
getFormatter()
No description
isHumanReadable()
No description
$this
addRenderer(RenderCellInterface $renderer)
Add a renderer