public function __construct($model)
 {
     parent::__construct($model, NULL, array());
 }
Example #2
0
 public function __construct($model, $p_settings = [])
 {
     $p_settings[] = new \Mangrova\Link(['rel' => 'stylesheet', 'type' => 'text/css', 'href' => Module::path() . 'LoginForm.css']);
     parent::__construct($model, new View(), $p_settings);
 }
 public function __construct()
 {
     parent::__construct(NULL, NULL, array());
 }
 public function __construct()
 {
     parent::__construct(NULL, NULL, []);
 }