public function init()
 {
     parent::init();
     $this->sourcePath = __DIR__ . DIRECTORY_SEPARATOR . 'source';
     $this->depends[] = WidgetGeneratorAsset::className();
     $this->depends[] = MaskedInputAsset::className();
 }