PHP Class Themosis\Config\Sidebar

Afficher le fichier Open project: themosis/framework

Protected Properties

Свойство Type Description
$data Save list of sidebars.

Méthodes publiques

Méthode Description
__construct ( array $data )
make ( ) : Sidebar Register the sidebars.

Method Details

__construct() public méthode

public __construct ( array $data )
$data array

make() public méthode

Register the sidebars.
public make ( ) : Sidebar
Résultat Sidebar

Property Details

$data protected_oe property

Save list of sidebars.
protected $data