public function getUserKey() { if ($this->_userKey === null) { $this->_userKey = $this->generateUserKey(); } return $this->_userKey; }