| 1 | <?php  | 
            ||
| 19 | class Widget extends InputWidget  | 
            ||
| 20 | { | 
            ||
| 21 | /**  | 
            ||
| 22 | * @inheritdoc  | 
            ||
| 23 | */  | 
            ||
| 24 | public function init()  | 
            ||
| 33 | |||
| 34 | /**  | 
            ||
| 35 | * Register widget translations.  | 
            ||
| 36 | */  | 
            ||
| 37 | public function registerTranslations()  | 
            ||
| 50 | |||
| 51 | /**  | 
            ||
| 52 | * @inheritdoc  | 
            ||
| 53 | */  | 
            ||
| 54 | public function run()  | 
            ||
| 65 | |||
| 66 | /**  | 
            ||
| 67 | * @return string Widget selector  | 
            ||
| 68 | * @throws \ReflectionException  | 
            ||
| 69 | */  | 
            ||
| 70 | public function getSelector()  | 
            ||
| 75 | }  | 
            ||
| 76 |