$connection = new RepositoryConnection($url, $user->name, $user->password); $this->$connection->reuseConnection = TRUE; $this->api = new FedoraApi($connection); $this->cache = new SimpleCache(); $this->repository = new FedoraRepository($api,$cache); } }