return->sessionId)) { return $this->return->sessionId; } return null; } /** * prints the session on casting to string * * @return string */ public function __toString() { return $this->getSessionId(); } }