PHP Class Encore\Admin\Layout\Column

Inheritance: implements Encore\Admin\Layout\Buildable
Show file Open project: z-song/laravel-admin

Protected Properties

Property Type Description
$contents
$width

Public Methods

Method Description
__construct ( $content, $width = 12 )
append ( $content )
build ( )

Protected Methods

Method Description
endColumn ( )
startColumn ( )

Method Details

__construct() public method

public __construct ( $content, $width = 12 )

append() public method

public append ( $content )

build() public method

public build ( )

endColumn() protected method

protected endColumn ( )

startColumn() protected method

protected startColumn ( )

Property Details

$contents protected property

protected $contents

$width protected property

protected $width