/**
  * {@inheritdoc}
  */
 public function updateFromComponent(RulesComponent $component)
 {
     $this->component = $component->getConfiguration();
     $this->componentObject = $component;
     return $this;
 }