(no description)
File Size: | 76 lines (2 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Mustache_LambdaHelper:: (4 methods):
__construct()
render()
__invoke()
withDelimiters()
Class: Mustache_LambdaHelper - X-Ref
Mustache Lambda Helper.__construct(Mustache_Engine $mustache, Mustache_Context $context, $delims = null) X-Ref |
Mustache Lambda Helper constructor. param: Mustache_Engine $mustache Mustache engine instance param: Mustache_Context $context Rendering context param: string $delims Optional custom delimiters, in the format `{{= <% %> =}}`. (default: null) |
render($string) X-Ref |
Render a string as a Mustache template with the current rendering context. param: string $string return: string Rendered template |
__invoke($string) X-Ref |
Render a string as a Mustache template with the current rendering context. param: string $string return: string Rendered template |
withDelimiters($delims) X-Ref |
Get a Lambda Helper with custom delimiters. param: string $delims Custom delimiters, in the format `{{= <% %> =}}` return: Mustache_LambdaHelper |