Source for this file: /Template/src/interfaces/locator.php
Version: | //autogen// This interface is to be implemented by objects that can act as path translators for template includes. |
public string |
translatePath(
$path
)
Method that is called upon every request for a template file. |
Method that is called upon every request for a template file.
The method is supposed to return a path to the resolved template file.
Name | Type | Description |
---|---|---|
$path |
string |