projects
/
web/konrad/twig.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
(parent:
b626798
)
fixed doc (closes #577)
author
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 3 Jan 2012 20:52:22 +0000 (21:52 +0100)
committer
Fabien Potencier
<fabien.potencier@gmail.com>
Tue, 3 Jan 2012 20:52:27 +0000 (21:52 +0100)
doc/advanced.rst
patch
|
blob
|
history
diff --git
a/doc/advanced.rst
b/doc/advanced.rst
index
19a5d41
..
e82a521
100644
(file)
--- a/
doc/advanced.rst
+++ b/
doc/advanced.rst
@@
-446,9
+446,9
@@
The ``Project_Set_Node`` class itself is rather simple::
class Project_Set_Node extends Twig_Node
{
- public function __construct($name, Twig_Node_Expression $value, $lineno)
+ public function __construct($name, Twig_Node_Expression $value, $lineno, $tag = null)
{
- parent::__construct(array('value' => $value), array('name' => $name), $lineno);
+ parent::__construct(array('value' => $value), array('name' => $name), $lineno, $tag);
}
public function compile(Twig_Compiler $compiler)