Class opFORFactory
Handler for a tag 'FOR'. Create new and return relative opFOREACH object.
Defined in: jtemplates.js.
Constructor Attributes | Constructor Name and Description |
---|---|
opFORFactory(oper, par, template)
Handler for a tag 'FOR'.
|
Class Detail
opFORFactory(oper, par, template)
Handler for a tag 'FOR'. Create new and return relative opFOREACH object.
- Parameters:
- {string} oper
- content of operator {#..}
- {object} par
- parent node
- {Template} template
- a pointer to Template object
- Returns:
- {opFOREACH}