parameter; } /** * Set the name of the missing parameter * * @param string $name * * @return $this */ public function setParameter($name) { $this->parameter = (string) $name; return $this; } }