Esempio n. 1
0
 public function __construct()
 {
     parent::__construct();
     if ($this->strTemplate !== null) {
         $this->template = $this->objTwig->loadTemplate($this->strTemplate);
     }
 }