X-Git-Url: https://git.rapsys.eu/packbundle/blobdiff_plain/a3d21dc7b3d01a8e02af3e88cd263adc259f909d..3790a71f1f7bfee218365cee2cb5b8b2752eb38a:/Parser/TokenParser.php diff --git a/Parser/TokenParser.php b/Parser/TokenParser.php index 7749ad2..b5543d2 100644 --- a/Parser/TokenParser.php +++ b/Parser/TokenParser.php @@ -1,4 +1,13 @@ - + * + * For the full copyright and license information, please view the LICENSE + * file that was distributed with this source code. + */ namespace Rapsys\PackBundle\Parser; @@ -17,9 +26,36 @@ use Twig\Token; use Twig\TokenParser\AbstractTokenParser; class TokenParser extends AbstractTokenParser { + ///The locator + protected $locator; + + ///The package + protected $package; + + ///The name + protected $name; + + ///The scheme + protected $scheme; + + ///The timeout + protected $timeout; + + ///The agent + protected $agent; + + ///The redirect + protected $redirect; + ///The tag name protected $tag; + ///The output + protected $output; + + ///The filters + protected $filters; + /** * Constructor *