params['onValue'] = $value; return $this; } /** * @param scalar $value * @return $this */ public function offValue($value) { $this->params['offValue'] = $value; return $this; } }