You are here

public function views_oai_pmh_error_no_records_match::__construct in Views OAI-PMH 7.3

Constructor.

Overrides views_oai_pmh_error::__construct

File

includes/error.inc, line 269
Base class for an OAI-PMH error.

Class

views_oai_pmh_error_no_records_match
Views OAI-PMH error no records match.

Code

public function __construct() {
  parent::__construct('noRecordsMatch');
}