| Current Path : /var/www/libraries/smartslider3/src/SmartSlider3/BackgroundAnimation/ |
| Current File : /var/www/libraries/smartslider3/src/SmartSlider3/BackgroundAnimation/BackgroundAnimationManager.php |
<?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();
}
}