메소드 |
설명 |
|
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 |
|