PHP Class Elgg\Views\TableColumn\ViewColumn

Inheritance: implements Elgg\Views\TableColumn
Afficher le fichier Open project: elgg/elgg

Méthodes publiques

Méthode Description
__construct ( string $view, string $heading = null, array $vars = [] ) Constructor
renderCell ( $item, $type, $item_vars )
renderHeading ( )

Method Details

__construct() public méthode

Constructor
public __construct ( string $view, string $heading = null, array $vars = [] )
$view string The view to render the value
$heading string Heading
$vars array Vars to merge into the view vars

renderCell() public méthode

public renderCell ( $item, $type, $item_vars )

renderHeading() public méthode

public renderHeading ( )