Skip to content

Commit

Permalink
Document dependencies between StringTemplateTrait and InstanceConfigT…
Browse files Browse the repository at this point in the history
…rait.

Long term I'd like to remove this dependency, but today is not that day.

Refs #9827
  • Loading branch information
markstory committed Jan 12, 2017
1 parent 21ef243 commit 2adcead
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/View/StringTemplateTrait.php
Expand Up @@ -17,6 +17,10 @@
/**
* 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`
*/
trait StringTemplateTrait
{
Expand Down

0 comments on commit 2adcead

Please sign in to comment.