Lavary\Menu\Menu::__construct PHP Method

__construct() public method

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