Lavary\Menu\Menu::__construct PHP 메소드

__construct() 공개 메소드

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