Esempio n. 1
0
 /**
  * InputRendererConfig constructor.
  * @param string $view
  * @param array $attributes
  */
 public function __construct($view = null, array $attributes = [])
 {
     parent::__construct($view);
     if (!empty($attributes)) {
         $this->attributes = $attributes;
     }
 }
Esempio n. 2
0
 /**
  * InputRendererConfig constructor.
  * @param string $view
  * @param array $attributes
  */
 public function __construct($view = null, array $attributes = [])
 {
     parent::__construct($view);
     $this->attributes = $attributes;
 }