Property | Type | Description | |
---|---|---|---|
$template | The template reference. | ||
$vars | array | The associative array of template variables. |
Method | Description | |
---|---|---|
getAliasName ( ) : string | Returns the annotation alias name. | |
getTemplate ( ) : |
Returns the template reference. | |
getVars ( ) : array | Returns the array of templates variables. | |
setTemplate ( |
Sets the template reference. | |
setValue ( string $template ) | Sets the template logic name. | |
setVars ( array $vars ) | Sets the template variables |
public getAliasName ( ) : string | ||
return | string |
public getTemplate ( ) : |
||
return |
public setTemplate ( |
||
$template | The template reference |
protected TemplateReference,Symfony\Bundle\FrameworkBundle\Templating $template | ||
return |
protected array $vars | ||
return | array |