Property | Type | Description | |
---|---|---|---|
$config | array | filesystem config | |
$conn | Xpressengine\Database\VirtualConnectionInterface | database connection instance | |
$table | string | table name |
Method | Description | |
---|---|---|
__construct ( array $config, Xpressengine\Database\VirtualConnectionInterface $conn ) | constructor | |
allot ( |
allot storage disk |
Method | Description | |
---|---|---|
lastRecord ( ) : array | null | get last table record | |
next ( string $name ) : string | disk in the next |
public __construct ( array $config, Xpressengine\Database\VirtualConnectionInterface $conn ) | ||
$config | array | filesystem config |
$conn | Xpressengine\Database\VirtualConnectionInterface | database connection instance |
protected VirtualConnectionInterface,Xpressengine\Database $conn | ||
return | Xpressengine\Database\VirtualConnectionInterface |