Elgg
Version 2.3
Main Page
Related Pages
Namespaces
Classes
Files
Examples
File List
File Members
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
}
$item
if(!$items) $item
Definition:
delete.php:17
Elgg\Views\TableColumn\renderHeading
renderHeading()
Get the rendered heading cell as HTML.
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
$type
if(!$display_name) $type
Definition:
delete.php:27
Generated on Sat Dec 21 2024 00:01:04 for Elgg by
1.8.11