프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$config | array | filesystem config | |
$conn | Xpressengine\Database\VirtualConnectionInterface | database connection instance | |
$table | string | table name |
메소드 | 설명 | |
---|---|---|
__construct ( array $config, Xpressengine\Database\VirtualConnectionInterface $conn ) | constructor | |
allot ( |
allot storage disk |
메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | Xpressengine\Database\VirtualConnectionInterface |