load()
load(string $driverName)
Load the class of a Driver.
Parameters
| string | $driverName | Name of the Driver to load |
Throws
- \nre\core\DriverNotFoundException
- \nre\core\DriverNotValidException
Abstract class for implementing a Driver.