File "BrowseManager.php"

Full Path: /home/tekvhqgl/public_html/dev2024_old_skip/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BrowseManager.php
File size: 367 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Nextend\Framework\Browse;


use Nextend\Framework\Browse\Block\BrowseManager\BlockBrowseManager;
use Nextend\Framework\Pattern\VisualManagerTrait;

class BrowseManager {

    use VisualManagerTrait;

    public function display() {

        $fontManagerBlock = new BlockBrowseManager($this->MVCHelper);
        $fontManagerBlock->display();
    }

}