/** Construct the validator object
  *
  */
 public function __construct()
 {
     $this->_validator = new Pas_Validate_ValidPostCode();
     parent::__construct();
 }