Пример #1
0
 /**
  * Widget constructor. Disable installation checking for this controller
  */
 public function __construct()
 {
     parent::__construct(false);
 }
Пример #2
0
 /**
  * Application constructor.
  */
 public function __construct()
 {
     // prevent version checks
     parent::__construct(false);
 }