PHP Class Themosis\Config\Sidebar

Show file Open project: themosis/framework

Protected Properties

Property Type Description
$data Save list of sidebars.

Public Methods

Method Description
__construct ( array $data )
make ( ) : Sidebar Register the sidebars.

Method Details

__construct() public method

public __construct ( array $data )
$data array

make() public method

Register the sidebars.
public make ( ) : Sidebar
return Sidebar

Property Details

$data protected property

Save list of sidebars.
protected $data