File "ControllerAjaxBackgroundAnimation.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/BackgroundAnimation/ControllerAjaxBackgroundAnimation.php
File size: 357 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Nextend\SmartSlider3\BackgroundAnimation;

use Nextend\Framework\Controller\Admin\AdminVisualManagerAjaxController;

class ControllerAjaxBackgroundAnimation extends AdminVisualManagerAjaxController {

    protected $type = 'backgroundanimation';

    public function getModel() {

        return new ModelBackgroundAnimation($this);
    }
}