You are here

public function TypeSettingsStorage::__destruct in Node Accessibility 8

Class destructor.

File

src/TypeSettingsStorage.php, line 92

Class

TypeSettingsStorage
Class TypeSettingsStorage.

Namespace

Drupal\node_accessibility

Code

public function __destruct() {
  $this->nodeType = NULL;
  $this->enabled = NULL;
  $this->method = NULL;
  $this->formatContent = NULL;
  $this->formatResults = NULL;
  $this->formatTitleResults = NULL;
  $this->titleBlock = NULL;
  $this->standards = [];
}