Spade
Mini Shell
| Directory:~$ /home/lmsyaran/www/libraries/smartslider3/src/SmartSlider3Pro/SplitText/ |
| [Home] [System Details] [Kill Me] |
<?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();
}
}