class ParserHelperFallback implements ParserHelperInterface

Class ParserHelperFallback

Methods

array
getFunctionsDefinition( string $content, array $functions = array())

Parse a string and get all parser's function and block with theirs arguments.

Details

at line 34
array getFunctionsDefinition( string $content, array $functions = array())

Parse a string and get all parser's function and block with theirs arguments.

Parameters

string $content the template content
array $functions the only functions we want to parse

Return Value

array array of functions with 2 index name and attributes an array of name, value