????
Current Path : /home/ncom/public_html/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/ |
Current File : /home/ncom/public_html/wp-content/plugins/smart-slider-3/Nextend/Framework/Browse/BrowseManager.php |
<?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(); } }