PHP 클래스 Encore\Admin\Layout\Content

상속: implements Illuminate\Contracts\Support\Renderable
파일 보기 프로젝트 열기: z-song/laravel-admin

보호된 프로퍼티들

프로퍼티 타입 설명
$description
$header
$rows Row[]

공개 메소드들

메소드 설명
__construct ( Closure $callback )
__toString ( )
body ( $content )
build ( )
description ( $description = '' )
header ( $header = '' )
render ( ) : string
row ( $content )

보호된 메소드들

메소드 설명
addRow ( Row $row )

메소드 상세

__construct() 공개 메소드

public __construct ( Closure $callback )
$callback Closure

__toString() 공개 메소드

public __toString ( )

addRow() 보호된 메소드

protected addRow ( Row $row )
$row Row

body() 공개 메소드

public body ( $content )

build() 공개 메소드

public build ( )

description() 공개 메소드

public description ( $description = '' )

header() 공개 메소드

public header ( $header = '' )

render() 공개 메소드

public render ( ) : string
리턴 string

row() 공개 메소드

public row ( $content )

프로퍼티 상세

$description 보호되어 있는 프로퍼티

protected $description

$header 보호되어 있는 프로퍼티

protected $header

$rows 보호되어 있는 프로퍼티

protected Row[],Encore\Admin\Layout $rows
리턴 Row[]