Documentation

ForTokenParser extends AbstractTokenParser
in package

Loops over each item of a sequence.

    {% for user in users %}
  • {{ user.username|e }}
  • {% endfor %}

Table of Contents

$parser  : Parser
decideForEnd()  : mixed
decideForFork()  : mixed
getTag()  : mixed
parse()  : mixed
setParser()  : mixed
Sets the parser associated with this token parser.
checkLoopUsageBody()  : mixed
checkLoopUsageCondition()  : mixed

Properties

Methods

setParser()

Sets the parser associated with this token parser.

public setParser(Parser $parser) : mixed
Parameters
$parser : Parser
Return values
mixed

Search results