/**
  * @param $value mixed
  * @param $attributeName string
  */
 public function __construct($value, $attributeName)
 {
     $this->attributeName = $attributeName;
     parent::__construct($value);
 }