PHP Class Encore\Admin\Layout\Content

Inheritance: implements Illuminate\Contracts\Support\Renderable
Show file Open project: z-song/laravel-admin

Protected Properties

Property Type Description
$description
$header
$rows Row[]

Public Methods

Method Description
__construct ( Closure $callback )
__toString ( )
body ( $content )
build ( )
description ( $description = '' )
header ( $header = '' )
render ( ) : string
row ( $content )

Protected Methods

Method Description
addRow ( Row $row )

Method Details

__construct() public method

public __construct ( Closure $callback )
$callback Closure

__toString() public method

public __toString ( )

addRow() protected method

protected addRow ( Row $row )
$row Row

body() public method

public body ( $content )

build() public method

public build ( )

description() public method

public description ( $description = '' )

header() public method

public header ( $header = '' )

render() public method

public render ( ) : string
return string

row() public method

public row ( $content )

Property Details

$description protected property

protected $description

$header protected property

protected $header

$rows protected property

protected Row[],Encore\Admin\Layout $rows
return Row[]