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