/**
  * @param object|array $object    The object
  * @param string       $attribute The attribute
  *
  * @return mixed
  */
 public function getValue($object, $attribute)
 {
     return $this->configurator->getValue($object, $attribute);
 }