name = SharedText::toUTF8($name); } /** * Get Bookmark name * * @return string */ public function getName() { return $this->name; } }