b0y-101 Mini Shell


Current Path : E:/wordpress/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/
File Upload :
Current File : E:/wordpress/wp-content/plugins/smart-slider-3/Nextend/SmartSlider3/Parser/Link/SlideEvent.php

<?php


namespace Nextend\SmartSlider3\Parser\Link;


use Nextend\Framework\Parser\Link\ParserInterface;

class SlideEvent implements ParserInterface {

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

        $attributes['onclick'] = "n2ss.trigger(this, '" . $argument . "', event);";

        return '#';
    }
}

Copyright © 2019 by b0y-101