PHP 인터페이스 Xpressengine\Config\ConfigRepository

저자: XE Developers ([email protected])
파일 보기 프로젝트 열기: xpressengine/xpressengine 0 사용 예제들

공개 메소드들

메소드 설명
affiliate ( ConfigEntity $config, string $to ) : void affiliated to another config
clearLike ( ConfigEntity $config, array $excepts = [] ) : void clear all just descendants vars
fetchAncestor ( string $siteKey, string $name ) : array search ancestors getter
fetchDescendant ( string $siteKey, string $name ) : array search descendants getter
find ( string $siteKey, string $name ) : ConfigEntity search getter
foster ( ConfigEntity $config, string $to ) : void Parent Changing with descendant
remove ( string $siteKey, string $name ) : void remove
save ( ConfigEntity $config ) : ConfigEntity save

메소드 상세

affiliate() 공개 메소드

affiliated to another config
public affiliate ( ConfigEntity $config, string $to ) : void
$config ConfigEntity config object
$to string parent name
리턴 void

clearLike() 공개 메소드

clear all just descendants vars
public clearLike ( ConfigEntity $config, array $excepts = [] ) : void
$config ConfigEntity config object
$excepts array target to the except
리턴 void

fetchAncestor() 공개 메소드

search ancestors getter
public fetchAncestor ( string $siteKey, string $name ) : array
$siteKey string site key
$name string the name
리턴 array

fetchDescendant() 공개 메소드

search descendants getter
public fetchDescendant ( string $siteKey, string $name ) : array
$siteKey string site key
$name string the name
리턴 array

find() 공개 메소드

search getter
public find ( string $siteKey, string $name ) : ConfigEntity
$siteKey string site key
$name string the name
리턴 ConfigEntity

foster() 공개 메소드

Parent Changing with descendant
public foster ( ConfigEntity $config, string $to ) : void
$config ConfigEntity config object
$to string to config prefix
리턴 void

remove() 공개 메소드

remove
public remove ( string $siteKey, string $name ) : void
$siteKey string site key
$name string the name
리턴 void

save() 공개 메소드

save
public save ( ConfigEntity $config ) : ConfigEntity
$config ConfigEntity config object
리턴 ConfigEntity