Frontend\Core\Engine\Base\Widget::getTemplate PHP Method

getTemplate() public method

Get template
public getTemplate ( ) : string
return string
    public function getTemplate()
    {
        return $this->tpl;
    }

Usage Example

Example #1
0
 /**
  * Get the assigned template.
  *
  * @return array
  */
 public function getTemplate()
 {
     return $this->object->getTemplate();
 }