PATH:
home
/
lab2454c
/
incforce.com
/
wp-content
/
plugins
/
smart-slider-3
/
Nextend
/
SmartSlider3
/
Parser
/
Link
<?php namespace Nextend\SmartSlider3\Parser\Link; use Nextend\Framework\Parser\Link\ParserInterface; class PreviousSlide implements ParserInterface { public function parse($argument, &$attributes) { $attributes['role'] = 'button'; $attributes['onclick'] = "n2ss.applyActionWithClick(event, 'previous');"; return '#'; } }
[-] ToSlide.php
[edit]
[+]
..
[-] PreviousSlide.php
[edit]
[-] SlideEvent.php
[edit]
[-] ToSlideID.php
[edit]
[-] NextSlide.php
[edit]