PHP Class Themosis\Config\Menu

Afficher le fichier Open project: themosis/framework

Protected Properties

Свойство Type Description
$data array Save the menus list.

Méthodes publiques

Méthode Description
__construct ( array $data )
make ( ) : Menu Register the menus.

Method Details

__construct() public méthode

public __construct ( array $data )
$data array

make() public méthode

Register the menus.
public make ( ) : Menu
Résultat Menu

Property Details

$data protected_oe property

Save the menus list.
protected array $data
Résultat array