* @return string The profile id */ public function getProfileID() { return $this->getContent()->text; } /** * Retrieves the profile's title, which is contained in * @return string The profile name */ public function getProfileName() { return $this->getTitle()->text; } }