Toggle navigation
Hot Examples
KO
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
검색
홈
Encore
Admin
Widgets
Table
PHP 클래스 Encore\Admin\Widgets\Table
상속:
extends
Widget
,
implements
Illuminate\Contracts\Support\Renderable
파일 보기
프로젝트 열기: z-song/laravel-admin
보호된 프로퍼티들
프로퍼티
타입
설명
$headers
$rows
$style
공개 메소드들
메소드
설명
__construct
(
$headers
= [],
$rows
= [],
$style
= [] )
render
( ) :
string
setHeaders
(
$headers
= [] )
setRows
(
$rows
= [] )
setStyle
(
$style
= [] )
메소드 상세
__construct()
공개
메소드
public
__construct
(
$headers
= [],
$rows
= [],
$style
= [] )
render()
공개
메소드
public
render
( ) :
string
리턴
string
setHeaders()
공개
메소드
public
setHeaders
(
$headers
= [] )
setRows()
공개
메소드
public
setRows
(
$rows
= [] )
setStyle()
공개
메소드
public
setStyle
(
$style
= [] )
프로퍼티 상세
$headers
보호되어 있는 프로퍼티
protected
$headers
$rows
보호되어 있는 프로퍼티
protected
$rows
$style
보호되어 있는 프로퍼티
protected
$style