]> Raphaƫl G. Git Repositories - packbundle/blobdiff - Parser/TokenParser.php
Generic configuration
[packbundle] / Parser / TokenParser.php
index 72182674795198e6eb6accbc24cbbfd8479baead..b5543d2fab5849eedf68010d00ca0ce5c29aa904 100644 (file)
@@ -26,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
         *