/**
  * @inheritdoc
  */
 public function canSetProperty($name, $checkVars = true)
 {
     return parent::canSetProperty($name, $checkVars) || $this->isSourceAttribute($name);
 }