id; } public function getSiteId() { return NULL; } public function getLogin() { return $this->login; } public function getPassword() { return $this->password; } public function isLocked() { return false; } public function isAuthenticated() { return $this->id > 0; } }