Task #1794
Rename "DynamicNode"
Start date:
2008-10-23
Due date:
% Done:
100%
Estimated time:
Has patch:
Description
Right now we have four kinds of "nodes":
- ObjectAccessorNode
- TextNode
- RootNode
- DynamicNode
(There will be another node for array arguments).
"DynamicNode" isn't an appropriate name, as all nodes are kind of dynamic (except for the TextNode).
Todo: find a better name ;)
Updated by Sebastian Kurfuerst over 13 years ago
Hey Bastian,
what do you think of "ViewHelperNode" instead of "DynamicNode" - because that is what it really does - Calling a view helper.
Greets,
Sebastian
Updated by Sebastian Kurfuerst over 13 years ago
- Status changed from New to Resolved
- Assignee set to Sebastian Kurfuerst
- % Done changed from 0 to 100