Elgg
Version 6.2
engine
classes
Elgg
Views
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
}
$type
$type
Definition:
delete.php:21
$item
if(! $items) $item
Definition:
delete.php:13
$item_vars
if(! $item instanceof ElggMenuItem) $item_vars
Definition:
item.php:14
Elgg\Views\TableColumn
A renderer for a column of table cells and a header.
Definition:
TableColumn.php:7
Elgg\Views\TableColumn\renderCell
renderCell($item, $type, $item_vars)
Render a value cell as HTML.
Elgg\Views\TableColumn\renderHeading
renderHeading()
Get the rendered heading cell as HTML.
Elgg\Views
Definition:
AutoParagraph.php:3
Generated on Fri Aug 29 2025 00:00:22 for Elgg by
1.9.1