FlexibleStringTemplateTrait
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
Table of Contents
Methods
- templater() : StringTemplate
- Returns the templater instance.
Methods
templater()
Returns the templater instance.
public
templater() : StringTemplate