1
This commit is contained in:
parent
58a32c51f3
commit
58e3552074
@ -410,6 +410,10 @@ class BaseController {
|
|||||||
myself()->_callServiceStatic('ServerSwitchService', 'verifySwitch', $name);
|
myself()->_callServiceStatic('ServerSwitchService', 'verifySwitch', $name);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
public static function _switchIsOpen($name) {
|
||||||
|
myself()->_callServiceStatic('ServerSwitchService', 'switchIsOpen', $name);
|
||||||
|
}
|
||||||
|
|
||||||
public function _mergeAlikeItemKey($items){
|
public function _mergeAlikeItemKey($items){
|
||||||
$hashItems = array();
|
$hashItems = array();
|
||||||
foreach ($items as $item){
|
foreach ($items as $item){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user