b0y-101 Mini Shell


Current Path : E:/www/km/wp2/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/
File Upload :
Current File : E:/www/km/wp2/wp-content/plugins/smart-slider-3/Nextend/Framework/Style/StyleManager.php

<?php


namespace Nextend\Framework\Style;


use Nextend\Framework\Pattern\VisualManagerTrait;
use Nextend\Framework\Style\Block\StyleManager\BlockStyleManager;

class StyleManager {

    use VisualManagerTrait;

    public function display() {

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

Copyright © 2019 by b0y-101