$_templater
$_templater : \Cake\View\StringTemplate
StringTemplate instance.
Adds string template functionality to any class by providing methods to load and parse string templates.
This trait requires the implementing class to provide a config()
method for reading/updating templates. An implementation of this method
is provided by Cake\Core\InstanceConfigTrait
$_templater : \Cake\View\StringTemplate
StringTemplate instance.
formatTemplate(string $name, array $data) : string
Formats a template string with $data
| string | $name | The template name. |
| array | $data | The data to insert. |
| None found |
templater() : \Cake\View\StringTemplate
Returns the templater instance.
| None found |