示例#1
0
文件: ViewUI.php 项目: ddrozdik/dmaps
 /**
  * {@inheritdoc}
  */
 public function setThirdPartySetting($module, $key, $value)
 {
     return $this->storage->setThirdPartySetting($module, $key, $value);
 }