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