@@ -105,6 +105,9 @@ |
||
105 | 105 | return $this->descriptionTemplate; |
106 | 106 | } |
107 | 107 | |
108 | + /** |
|
109 | + * @param string $template |
|
110 | + */ |
|
108 | 111 | public function setDescriptionTemplate($template) { |
109 | 112 | $this->descriptionTemplate = $template; |
110 | 113 | } |