/**
  * Constructor
  */
 public function __construct()
 {
     parent::__construct();
     $this->registerArgument('property', 'string', 'Property to validate', true);
 }