????

Your IP : 3.17.182.90


Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/
Upload File :
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/NextSlide.php

<?php


namespace Nextend\SmartSlider3\Parser\Link;


use Nextend\Framework\Parser\Link\ParserInterface;

class NextSlide implements ParserInterface {

    public function parse($argument, &$attributes) {
        $attributes['role'] = 'button';

        $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'next');";

        return '#';
    }
}