Documentation

Twig_Extensions_TokenParser_Trans extends Twig_TokenParser
in package

Base class for all token parsers.

Table of Contents

$parser  : Parser
decideForEnd()  : mixed
decideForFork()  : mixed
getTag()  : mixed
{@inheritdoc}
parse()  : mixed
{@inheritdoc}
setParser()  : mixed
Sets the parser associated with this token parser.
checkTransString()  : mixed

Properties

Methods

getTag()

{@inheritdoc}

public getTag() : mixed
Return values
mixed

setParser()

Sets the parser associated with this token parser.

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

checkTransString()

protected checkTransString(Twig_Node $body, mixed $lineno) : mixed
Parameters
$body : Twig_Node
$lineno : mixed
Return values
mixed

Search results