File "NextSlide.php"
Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/NextSlide.php
File size: 352 bytes
MIME-type: text/x-php
Charset: utf-8
<?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 '#';
}
}