Свойство | Type | Description | |
---|---|---|---|
$configManager | |||
$connection | Xpressengine\Database\VirtualConnectionInterface | ||
$default | array | default config | |
$tablePrefix | string |
Méthode | Description | |
---|---|---|
__construct ( Xpressengine\Database\VirtualConnectionInterface $connection, |
create instance | |
add ( |
config 추가 | |
get ( string $group, string $id ) : |
config entity 반환 | |
getConfigName ( |
ConfigEntity 에서 ConfigManager 에 사용될 config 이름 반환. | |
getDefault ( ) : |
get default config | |
getRevisionTableName ( |
생성된 database table 의 revision table 이름 반환. | |
getTableName ( |
$config 의 group 과 id 로 생성되는 field type 의 database table 이름 반환 dynamic field type 의 데이터 저장 table 이름 | |
gets ( string $group ) : array | config entity list 반환 | |
isTableMethodCreate ( |
생성된 Dynamic Field 가 테이블 생성 방식인지 확인 | |
parent ( string $group ) : |
group 의 parent config 반환 config entity 반환 | |
put ( |
config 수정 | |
remove ( |
config 제거 | |
rules ( ) : array | get validator rules | |
setParent ( string $group ) : void | parent config 설정 | |
setTablePrefix ( string $tablePrefix ) : void | set table prefix |
public __construct ( Xpressengine\Database\VirtualConnectionInterface $connection, |
||
$connection | Xpressengine\Database\VirtualConnectionInterface | database connection |
$configManager | config manager |
public getConfigName ( |
||
$config | config entity | |
Résultat | string |
public getDefault ( ) : |
||
Résultat |
public getRevisionTableName ( |
||
$config | config entity | |
Résultat | string |
public getTableName ( |
||
$config | config entity | |
Résultat | string |
public isTableMethodCreate ( |
||
$config | config entity | |
Résultat | boolean |
public setTablePrefix ( string $tablePrefix ) : void | ||
$tablePrefix | string | table prefix |
Résultat | void |
protected ConfigManager,Xpressengine\Config $configManager | ||
Résultat |
protected VirtualConnectionInterface,Xpressengine\Database $connection | ||
Résultat | Xpressengine\Database\VirtualConnectionInterface |