public function startSession($username, $password) { parent::startSession($username, $password); $this->setInterface(); return self::$session; }