Spade

Mini Shell

Directory:~$ /home/lmsyaran/www/libraries/smartslider3/src/SmartSlider3Pro/SplitText/
Upload File

[Home] [System Details] [Kill Me]
Current File:~$ /home/lmsyaran/www/libraries/smartslider3/src/SmartSlider3Pro/SplitText/SplitTextManager.php

<?php

namespace Nextend\SmartSlider3Pro\SplitText;

use Nextend\Framework\Pattern\VisualManagerTrait;
use
Nextend\SmartSlider3Pro\SplitText\Block\SplitTextManager\BlockSplitTextManager;

class SplitTextManager {

    use VisualManagerTrait;

    public function display() {

        $postBackgroundAnimationManagerBlock = new
BlockSplitTextManager($this->MVCHelper);
        $postBackgroundAnimationManagerBlock->display();
    }
}