\Charcoal\View\MustacheHelpersInterface

Defines a collection of Mustache helpers.

An array of 'helpers'. Helpers can be global variables or objects, closures (e.g. for higher order sections), or any other valid Mustache context value. They will be prepended to the context stack, so they will be available in any template loaded by this Mustache instance. — https://github.com/bobthecow/mustache.php/wiki#helpers

Summary

Methods
Constants
toArray()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

toArray()

toArray() : array

Get the collection of helpers as a plain array.

Returns

array