TemplateReferenceInterface

TemplateReferenceInterface

interface TemplateReferenceInterface

Interface to be implemented by all templates.

Methods

array all()

Gets the template parameters.

$this set(string $name, string $value)

Sets a template parameter.

string get(string $name)

Gets a template parameter.

string getPath()

Returns the path to the template.

string getLogicalName()

Returns the "logical" template name.

string __toString()

Returns the string repre