Enables or disables strict mode
bool $strictMode Strict mode state:
$this
public function setStrictMode($strictMode) { $this->strictMode = $strictMode; return $this; }