Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Elgg
Views
TableColumn
ViewColumn
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
( )