| Current Path : /proc/1908984/root/proc/1908984/root/tmp/ |
| Current File : //proc/1908984/root/proc/1908984/root/tmp/phpkk2bm7 |
<?php
namespace Nextend\SmartSlider3\BackgroundAnimation;
use Nextend\Framework\Pattern\VisualManagerTrait;
use Nextend\SmartSlider3\BackgroundAnimation\Block\BackgroundAnimationManager\BlockBackgroundAnimationManager;
class BackgroundAnimationManager {
use VisualManagerTrait;
public function display() {
$backgroundAnimationManagerBlock = new BlockBackgroundAnimationManager($this->MVCHelper);
$backgroundAnimationManagerBlock->display();
}
}