__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
<?php
namespace Nextend\SmartSlider3\Widget\Bullet;
use Nextend\Framework\Platform\Platform;
use Nextend\Framework\Url\Url;
use Nextend\SmartSlider3\Widget\AbstractWidgetFrontend;
abstract class AbstractBulletFrontend extends AbstractWidgetFrontend {
public function __construct($sliderWidget, $widget, $params) {
parent::__construct($sliderWidget, $widget, $params);
if ($params->get($this->key . 'thumbnail-show-image')) {
$this->slider->exposeSlideData['thumbnail'] = true;
}
$this->addToPlacement($this->key . 'position-', array(
$this,
'render'
));
}
public function getCommonAssetsUri() {
return Url::pathToUri($this->getCommonAssetsPath());
}
public function getCommonAssetsPath() {
return Platform::filterAssetsPath(dirname(__FILE__) . '/Assets');
}
}| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| BulletTransition | Folder | 0775 |
|
|
| AbstractBullet.php | File | 298 B | 0664 |
|
| AbstractBulletFrontend.php | File | 888 B | 0664 |
|