X-Git-Url: https://git.heureux-cyclage.org/?p=lhc%2Fweb%2Fwiklou.git;a=blobdiff_plain;f=includes%2Fwidget%2FSizeFilterWidget.php;h=26935b121473587456c1620fefe0def57dbde4bd;hp=c4d1dfc85c91637e9af2f9f639ba432b7a481818;hb=fa0f6f34972c0e0f4aac24a03b3efdfc45f256f6;hpb=77e3624caba072521fbc1826af2d47f9b29f4032 diff --git a/includes/widget/SizeFilterWidget.php b/includes/widget/SizeFilterWidget.php index c4d1dfc85c..26935b1214 100644 --- a/includes/widget/SizeFilterWidget.php +++ b/includes/widget/SizeFilterWidget.php @@ -10,12 +10,17 @@ use \OOUI\LabelWidget; * Select and input widget. * * @copyright 2011-2018 MediaWiki Widgets Team and others; see AUTHORS.txt - * @license The MIT License (MIT); see LICENSE.txt + * @license MIT */ class SizeFilterWidget extends \OOUI\Widget { - - protected $radioselectinput = null; - protected $textinput = null; + /** @var array */ + protected $config; + /** @var LabelWidget */ + protected $label; + /** @var RadioSelectInputWidget */ + protected $radioselectinput; + /** @var TextInputWidget */ + protected $textinput; /** * RadioSelectInputWidget and a TextInputWidget to set minimum or maximum byte size