Documentation

ApplyTokenParser extends AbstractTokenParser
in package

Applies filters on a section of a template.

{% apply upper %} This text becomes uppercase {% endapply %}

Table of Contents

$parser  : Parser
decideApplyEnd()  : mixed
getTag()  : mixed
parse()  : mixed
setParser()  : mixed
Sets the parser associated with this token parser.

Properties

Methods

setParser()

Sets the parser associated with this token parser.

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

Search results