Example #1
0
 public function __construct($model, $attribute, $form = null, array $params = array())
 {
     assert('$model instanceof InstallSettingsForm');
     parent::__construct($model, $attribute, $form, $params);
 }
 public function __construct($name, $width, $height, $promptTextId, $errorTextId, $required)
 {
     parent::__construct($name, $width, $promptTextId, $errorTextId, $required);
     $this->height = $height;
 }