cursor = $resp['cursor']; } /** * Get cursor from the response * * @return string cursor */ public function getCursor(){ return $this->cursor; } }