| SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
A class represent: {#foreach}.
| Constructor Summary | |
opFOREACH(oper, par, template)
Create a new loop node. |
|
| Method Summary | |
String
|
get(d, param, element, deep)
Process loop and get the html string. |
BaseNode
|
getParent()
Get a parent node. |
|
push(e)
Add node 'e' to array. |
|
switchToElse()
Switch from collection onTrue to onFalse. |
| Methods inherited from class |
| BaseArray() |
| Constructor Detail |
opFOREACH(oper, par, template)
string oper - content of operator {#..}
object par - parent node
Template template - a pointer to Template object
| Method Detail |
String get(d, param, element, deep)
object d - data
object param - parameters
Element element - a HTML element
Number deep
String
BaseNode getParent()
BaseNode
push(e)
BaseNode e
switchToElse()