name = $name; } /** * Returns the parameter name * * @return string */ public function __toString() { return $this->name; } }