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

public __construct ( )
Пример #1
0
 public function __construct(FileTemplate $template = NULL)
 {
     parent::__construct();
     $this->template = $template;
     $this->wrappers['control']['container'] = 'div class="col-sm-9 controls"';
     $this->wrappers['control']['errorcontainer'] = 'span class="help-block error"';
 }