File "ParserInterface.php"

Full Path: /home2/sdektunc/cepali.edu.mx/wp-content/plugins/smart-slider-3/Nextend/Framework/Parser/Link/ParserInterface.php
File size: 131 bytes
MIME-type: text/x-php
Charset: utf-8

<?php

namespace Nextend\Framework\Parser\Link;

interface ParserInterface {

    public function parse($argument, &$attributes);
}