Namespace IU\PHPCap
| ErrorHandler | Default error handler for PHPCap. PHPCap will call the throwException method of this class when an error occurs. |
| FileUtil | File utility class for dealing with files. |
| RedCap | REDCap class used to represent a REDCap instance/site. This class is typically only useful if your progam needs to create REDCap projects and/or needs to access more than one REDCap project. |
| RedCapApiConnection | A connection to the API of a REDCap instance. This class provides a low-level interface to the REDCap API, and is primarily intended for internal use by PHPCap, but could be used directly by a user to access REDCap functionality not provided by PHPCap. |
| RedCapProject | REDCap project class used to retrieve data from, and modify, REDCap projects. |
| ErrorHandlerInterface | Interface for error handlers for PHPCap. |
| RedCapApiConnectionInterface | Interface for connection to the API of a REDCap instance. Classes implementing this interface are used to provide low-level access to the REDCap API. |
| PhpCapException | Exception class for PHPCap exceptions. This is the exception that PHPCap will throw when it encounters an error. |