BWF\DocumentTemplates\TemplateDataSources\TemplateDataSourceInterface
Synopsis
interface TemplateDataSourceInterface
{
- // methods
- public array getTemplateData()
- public array getPlaceholders()
- public void setNamespace()
- public string getNamespace()
Methods
public
- getNamespace()
- getPlaceholders()
- getTemplateData() — Return the data to use in the template if the $useNamespace is true the $this->name is used in the array as a key.
- setNamespace()