File "AbstractBullet.php"

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

<?php


namespace Nextend\SmartSlider3\Widget\Bullet;


use Nextend\SmartSlider3\Widget\AbstractWidget;

abstract class AbstractBullet extends AbstractWidget {

    protected $key = 'widget-bullet-';

    public function getCommonAssetsPath() {
        return dirname(__FILE__) . '/Assets';
    }
}