Пример #1
0
 protected function fillInName()
 {
     if (!empty($this->application)) {
         $apiList = ExternalAPIFactory::loadFullAPIList(false, true);
     }
     if (!empty($apiList) && isset($apiList[$this->application]) && $apiList[$this->application]['authMethod'] == "oauth") {
         $this->name = sprintf(translate('LBL_OAUTH_NAME', $this->module_dir), $this->application);
     }
 }