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