Attempts to return a concrete instance based on $driver.
public static factory ( mixed $driver, array $params = [] ) : VFS | ||
$driver | mixed | The type of concrete subclass to return. This is based on the storage driver ($driver). The code is dynamically included. |
$params | array | A hash containing any additional configuration or connection parameters a subclass might need. |
return | VFS | The newly created concrete VFS instance. |