getName() public method

Getter for name
public getName ( ) : string
return string
Beispiel #1
0
 /**
  * Returns the Template Name
  *
  * @return string template name
  **/
 public function getTemplateName()
 {
     return $this->template->getName();
 }