You are here

public function Submission::__unset in Little helpers 7.2

Transparently access submission properties.

File

src/Webform/Submission.php, line 199

Class

Submission
A useful wrapper for webform submission objects.

Namespace

Drupal\little_helpers\Webform

Code

public function __unset($name) {
  unset($this->submission->{$name});
}