public function nonInteraction($value = null) { if (null === $value) { return $this->nonInteraction; } $this->nonInteraction = $value === true; return $this; }