phpBB API Documentation
Class

phpbb\template\twig\tokenparser\php

class php extends Twig_TokenParser

Methods

Twig_NodeInterface parse(Twig_Token $token)

Parses a token and returns a node.

decideEnd(Twig_Token $token)

string getTag()

Gets the tag name associated with this token parser.

Details

at line 25
public Twig_NodeInterface parse(Twig_Token $token)

Parses a token and returns a node.

Parameters

Twig_Token $token A Twig_Token instance

Return Value

Twig_NodeInterface A Twig_NodeInterface instance

at line 38
public decideEnd(Twig_Token $token)

Parameters

Twig_Token $token

at line 48
public string getTag()

Gets the tag name associated with this token parser.

Return Value

string The tag name