__construct() публичный Метод

public __construct ( $vars )
Пример #1
0
 public function __construct($template, $vars = [])
 {
     $this->templateName = $template;
     parent::__construct($vars);
 }