Elgg  Version 5.1
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(!$items) $item
Definition: delete.php:13
if(!$item instanceof ElggMenuItem) $item_vars
Definition: item.php:14
$type
Definition: delete.php:22
renderHeading()
Get the rendered heading cell as HTML.
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.