Elgg  Version 2.3
TableColumn.php
Go to the documentation of this file.
1 <?php
2 namespace Elgg\Views;
3 
7 interface TableColumn {
8 
15  public function renderHeading();
16 
27  public function renderCell($item, $type, $item_vars);
28 }
if(! $display_name) $type
Definition: delete.php:27
A renderer for a column of table cells and a header.
Definition: TableColumn.php:7
renderCell($item, $type, $item_vars)
Render a value cell as HTML.
renderHeading()
Get the rendered heading cell as HTML.
if(! $items) $item
Definition: delete.php:17