Lavary\Menu\Menu::__construct PHP Méthode

__construct() public méthode

Initializing the menu builder
public __construct ( )
    public function __construct()
    {
        // creating a collection for storing menus
        $this->collection = new Collection();
    }