Add namespaced aliases

This commit is contained in:
Nicolas Grekas
2017-05-24 10:12:32 +02:00
parent eb58c61536
commit 71af32b306
167 changed files with 171 additions and 1 deletions
+3
View File
@@ -37,6 +37,9 @@
"autoload": {
"psr-0" : {
"Twig_" : "lib/"
},
"psr-4" : {
"Twig\\" : "src/"
}
},
"extra": {
+3 -1
View File
@@ -13,8 +13,10 @@
* Exposes a template to userland.
*
* @author Fabien Potencier <fabien@symfony.com>
*
* @final
*/
final class Twig_TemplateWrapper
class Twig_TemplateWrapper
{
private $env;
private $template;
+1
View File
@@ -0,0 +1 @@
./CacheInterface.php
+1
View File
@@ -0,0 +1 @@
./Cache/Filesystem.php
+1
View File
@@ -0,0 +1 @@
./Cache/Null.php
+1
View File
@@ -0,0 +1 @@
./Compiler.php
+1
View File
@@ -0,0 +1 @@
./Environment.php
+1
View File
@@ -0,0 +1 @@
./Error.php
+1
View File
@@ -0,0 +1 @@
./Error/Loader.php
+1
View File
@@ -0,0 +1 @@
./Error/Runtime.php
+1
View File
@@ -0,0 +1 @@
./Error/Syntax.php
+1
View File
@@ -0,0 +1 @@
./ExpressionParser.php
+1
View File
@@ -0,0 +1 @@
./Extension.php
+1
View File
@@ -0,0 +1 @@
./Extension/Core.php
+1
View File
@@ -0,0 +1 @@
./Extension/Debug.php
+1
View File
@@ -0,0 +1 @@
./Extension/Escaper.php
+1
View File
@@ -0,0 +1 @@
./ExtensionInterface.php
+1
View File
@@ -0,0 +1 @@
./Extension/Optimizer.php
+1
View File
@@ -0,0 +1 @@
./Extension/Profiler.php
+1
View File
@@ -0,0 +1 @@
./Extension/Sandbox.php
+1
View File
@@ -0,0 +1 @@
./Extension/Staging.php
+1
View File
@@ -0,0 +1 @@
./Extension/StringLoader.php
+1
View File
@@ -0,0 +1 @@
./FileExtensionEscapingStrategy.php
+1
View File
@@ -0,0 +1 @@
./Lexer.php
+1
View File
@@ -0,0 +1 @@
./Loader/Array.php
+1
View File
@@ -0,0 +1 @@
./Loader/Chain.php
+1
View File
@@ -0,0 +1 @@
./Loader/Filesystem.php
+1
View File
@@ -0,0 +1 @@
./LoaderInterface.php
+1
View File
@@ -0,0 +1 @@
./Markup.php
+1
View File
@@ -0,0 +1 @@
./Node/AutoEscape.php
+1
View File
@@ -0,0 +1 @@
./Node/Block.php
+1
View File
@@ -0,0 +1 @@
./Node/BlockReference.php
+1
View File
@@ -0,0 +1 @@
./Node/Body.php
+1
View File
@@ -0,0 +1 @@
./Node/CheckSecurity.php
+1
View File
@@ -0,0 +1 @@
./Node/Do.php
+1
View File
@@ -0,0 +1 @@
./Node/Embed.php
@@ -0,0 +1 @@
./Node/Expression.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Array.php
@@ -0,0 +1 @@
./Node/Expression/AssignName.php
@@ -0,0 +1 @@
./Node/Expression/Binary.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/Add.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/And.php
@@ -0,0 +1 @@
./Node/Expression/Binary/BitwiseAnd.php
@@ -0,0 +1 @@
./Node/Expression/Binary/BitwiseOr.php
@@ -0,0 +1 @@
./Node/Expression/Binary/BitwiseXor.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Concat.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/Div.php
@@ -0,0 +1 @@
./Node/Expression/Binary/EndsWith.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Equal.php
@@ -0,0 +1 @@
./Node/Expression/Binary/FloorDiv.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Greater.php
@@ -0,0 +1 @@
./Node/Expression/Binary/GreaterEqual.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/In.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Less.php
@@ -0,0 +1 @@
./Node/Expression/Binary/LessEqual.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Matches.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/Mod.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/Mul.php
@@ -0,0 +1 @@
./Node/Expression/Binary/NotEqual.php
@@ -0,0 +1 @@
./Node/Expression/Binary/NotIn.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/Or.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Power.php
@@ -0,0 +1 @@
./Node/Expression/Binary/Range.php
@@ -0,0 +1 @@
./Node/Expression/Binary/StartsWith.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Binary/Sub.php
@@ -0,0 +1 @@
./Node/Expression/BlockReference.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Call.php
@@ -0,0 +1 @@
./Node/Expression/Conditional.php
@@ -0,0 +1 @@
./Node/Expression/Constant.php
@@ -0,0 +1 @@
./Node/Expression/Filter/Default.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Filter.php
@@ -0,0 +1 @@
./Node/Expression/Function.php
@@ -0,0 +1 @@
./Node/Expression/GetAttr.php
@@ -0,0 +1 @@
./Node/Expression/MethodCall.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Name.php
@@ -0,0 +1 @@
./Node/Expression/NullCoalesce.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Parent.php
@@ -0,0 +1 @@
./Node/Expression/TempName.php
@@ -0,0 +1 @@
./Node/Expression/Test/Constant.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Test/Defined.php
@@ -0,0 +1 @@
./Node/Expression/Test/Divisibleby.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Test/Even.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Test/Null.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Test/Odd.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Test/Sameas.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Test.php
@@ -0,0 +1 @@
./Node/Expression/Unary.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Unary/Neg.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Unary/Not.php
+1
View File
@@ -0,0 +1 @@
./Node/Expression/Unary/Pos.php
+1
View File
@@ -0,0 +1 @@
./Node/Flush.php
+1
View File
@@ -0,0 +1 @@
./Node/ForLoop.php
+1
View File
@@ -0,0 +1 @@
./Node/For.php
+1
View File
@@ -0,0 +1 @@
./Node/If.php
+1
View File
@@ -0,0 +1 @@
./Node/Import.php
+1
View File
@@ -0,0 +1 @@
./Node/Include.php
+1
View File
@@ -0,0 +1 @@
./Node/Macro.php
+1
View File
@@ -0,0 +1 @@
./Node/Module.php
+1
View File
@@ -0,0 +1 @@
./Node.php
+1
View File
@@ -0,0 +1 @@
./NodeCaptureInterface.php

Some files were not shown because too many files have changed in this diff Show More