????
Current Path : /home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ |
Current File : //home/ncom/www/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ScrollToAlias.php |
<?php namespace Nextend\Framework\Parser\Link; use Nextend\Framework\Parser\Link; class ScrollToAlias implements ParserInterface { public function parse($argument, &$attributes) { return Link::getParser('ScrollTo') ->parse('[data-alias=\"' . $argument . '\"]', $attributes); } }