Overview

Namespaces

  • Charcoal
    • View
      • Mustache
      • Php
      • Twig

Classes

  • AssetsHelpers
  • MustacheEngine
  • MustacheLoader
  • TranslatorHelpers

Interfaces

  • HelpersInterface
  • Overview
  • Namespace
  • Class

Interface HelpersInterface

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

Direct known implementers

Charcoal\View\Mustache\AssetsHelpers, Charcoal\View\Mustache\TranslatorHelpers
Namespace: Charcoal\View\Mustache
Located at Charcoal/View/Mustache/HelpersInterface.php
Methods summary
public array
# toArray( )

Get the collection of helpers as a plain array.

Get the collection of helpers as a plain array.

Returns

array
API documentation generated by ApiGen