]> Raphaël G. Git Repositories - packbundle/commitdiff
Declare all members
authorRaphaël Gertz <git@rapsys.eu>
Sat, 29 Jul 2023 03:53:45 +0000 (05:53 +0200)
committerRaphaël Gertz <git@rapsys.eu>
Sat, 29 Jul 2023 03:53:45 +0000 (05:53 +0200)
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
         *