Elgg
Version 6.1
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:13
$item_vars
if(!$item instanceof ElggMenuItem) $item_vars
Definition:
item.php:14
$type
$type
Definition:
delete.php:21
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
Definition:
AutoParagraph.php:3
Generated on Wed Dec 4 2024 00:00:21 for Elgg by
1.8.11