PHP 클래스 Elgg\Views\TableColumn\ViewColumn

상속: implements Elgg\Views\TableColumn
파일 보기 프로젝트 열기: elgg/elgg

공개 메소드들

메소드 설명
__construct ( string $view, string $heading = null, array $vars = [] ) Constructor
renderCell ( $item, $type, $item_vars )
renderHeading ( )

메소드 상세

__construct() 공개 메소드

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 renderCell ( $item, $type, $item_vars )

renderHeading() 공개 메소드

public renderHeading ( )