toArray()
toArray() : array
Get the collection of helpers as a plain array.
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