File "BlockButtonImport.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Application/Admin/Layout/Block/Forms/Button/BlockButtonImport.php
File size: 289 bytes
MIME-type: text/x-php
Charset: utf-8

<?php


namespace Nextend\SmartSlider3\Application\Admin\Layout\Block\Forms\Button;


class BlockButtonImport extends BlockButton {

    protected function init() {
        parent::init();

        $this->setLabel(n2_('Import'));
        $this->setBig();
        $this->setGreen();
    }
}